Skip to content

Commit

Permalink
Build: Remove unnecessary ESLint exception
Browse files Browse the repository at this point in the history
The linked-to issue was fixed 2 years ago.

Closes gh-4095
  • Loading branch information
edg2s authored and mgol committed Jun 18, 2018
1 parent 81d829b commit dc05f3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ jQuery.extend( {
}, },


isEmptyObject: function( obj ) { isEmptyObject: function( obj ) {

/* eslint-disable no-unused-vars */
// See https://github.com/eslint/eslint/issues/6125
var name; var name;


for ( name in obj ) { for ( name in obj ) {
Expand Down

0 comments on commit dc05f3c

Please sign in to comment.