mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 07:15:08 -05:00
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.
This commit is contained in:
committed by
Dave Methvin
parent
65a6648932
commit
4adde5d145
@@ -169,7 +169,9 @@ function internalRemoveData( elem, name, pvt ) {
|
||||
jQuery.cleanData( [ elem ], true );
|
||||
|
||||
// Use delete when supported for expandos or `cache` is not a window per isWindow (#10080)
|
||||
/* jshint eqeqeq: false */
|
||||
} else if ( jQuery.support.deleteExpando || cache != cache.window ) {
|
||||
/* jshint eqeqeq: true */
|
||||
delete cache[ id ];
|
||||
|
||||
// When all else fails, null
|
||||
|
||||
Reference in New Issue
Block a user