mirror of
https://github.com/jquery/jquery.git
synced 2026-02-04 16:55:05 -05:00
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.
This commit is contained in:
committed by
Dave Methvin
parent
6da5eb1033
commit
ba16ba2efc
@@ -404,8 +404,7 @@ jQuery.extend({
|
||||
isArray: Array.isArray,
|
||||
|
||||
isWindow: function( obj ) {
|
||||
/* jshint eqeqeq: false */
|
||||
return obj != null && obj == obj.window;
|
||||
return obj != null && obj === obj.window;
|
||||
},
|
||||
|
||||
isNumeric: function( obj ) {
|
||||
|
||||
Reference in New Issue
Block a user