mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 20:48:01 -05:00
Fixed other nodeNode mistake, sigh.
This commit is contained in:
@@ -463,7 +463,7 @@ jQuery.extend({
|
||||
|
||||
function cleanData( elems ) {
|
||||
for ( var i = 0, elem, id; (elem = elems[i]) != null; i++ ) {
|
||||
if ( !jQuery.noData[elem.nodeNode.toLowerCase()] && (id = elem[expando]) ) {
|
||||
if ( !jQuery.noData[elem.nodeName.toLowerCase()] && (id = elem[expando]) ) {
|
||||
delete jQuery.cache[ id ];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user