mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Build: Remove unnecessary ESLint exception
The linked-to issue was fixed 2 years ago. Closes gh-4095
This commit is contained in:
committed by
Michał Gołębiowski-Owczarek
parent
81d829b357
commit
dc05f3c1d5
@@ -227,9 +227,6 @@ jQuery.extend( {
|
||||
},
|
||||
|
||||
isEmptyObject: function( obj ) {
|
||||
|
||||
/* eslint-disable no-unused-vars */
|
||||
// See https://github.com/eslint/eslint/issues/6125
|
||||
var name;
|
||||
|
||||
for ( name in obj ) {
|
||||
|
||||
Reference in New Issue
Block a user