mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 12:38:22 -05:00
Code style fix
This commit is contained in:
@@ -22,7 +22,7 @@ jQuery.extend({
|
||||
},
|
||||
|
||||
hasData: function( elem ) {
|
||||
if (elem.nodeType) {
|
||||
if ( elem.nodeType ) {
|
||||
elem = jQuery.cache[ elem[jQuery.expando] ];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user