aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd S <ejsanders@gmail.com>2018-06-18 17:50:16 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2018-06-18 18:50:16 +0200
commitdc05f3c1d5a22d96d9d62c8ec0fde2782c38796b (patch)
tree7a7b5f19a0ecdca2dc51cdd0e7a64aa2dbd4f75b
parent81d829b3573e6b3581a7f127040aad84d345a832 (diff)
downloadjquery-dc05f3c1d5a22d96d9d62c8ec0fde2782c38796b.tar.gz
jquery-dc05f3c1d5a22d96d9d62c8ec0fde2782c38796b.zip
Build: Remove unnecessary ESLint exception
The linked-to issue was fixed 2 years ago. Closes gh-4095
-rw-r--r--src/core.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core.js b/src/core.js
index 7a016121c..633d09381 100644
--- a/src/core.js
+++ b/src/core.js
@@ -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 ) {