git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed93204
)
Fixed other nodeNode mistake, sigh.
author
John Resig
<jeresig@gmail.com>
Mon, 7 Dec 2009 23:08:06 +0000
(15:08 -0800)
committer
John Resig
<jeresig@gmail.com>
Mon, 7 Dec 2009 23:08:06 +0000
(15:08 -0800)
src/manipulation.js
patch
|
blob
|
history
diff --git
a/src/manipulation.js
b/src/manipulation.js
index
e1657a8
..
1fe82fa
100644
(file)
--- a/
src/manipulation.js
+++ b/
src/manipulation.js
@@
-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 ];
}
}