Code style fix
This commit is contained in:
parent
e199ead4cb
commit
a2bf7ab3c0
|
@ -22,7 +22,7 @@ jQuery.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
hasData: function( elem ) {
|
hasData: function( elem ) {
|
||||||
if (elem.nodeType) {
|
if ( elem.nodeType ) {
|
||||||
elem = jQuery.cache[ elem[jQuery.expando] ];
|
elem = jQuery.cache[ elem[jQuery.expando] ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue