aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.js b/src/core.js
index e8a3e0cd2..c0a32762d 100644
--- a/src/core.js
+++ b/src/core.js
@@ -404,6 +404,7 @@ jQuery.extend({
isArray: Array.isArray,
isWindow: function( obj ) {
+ /* jshint eqeqeq: false */
return obj != null && obj == obj.window;
},