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:
e199ead
)
Code style fix
author
Colin Snover
<github.com@zetafleet.com>
Thu, 23 Dec 2010 00:17:58 +0000
(18:17 -0600)
committer
Colin Snover
<github.com@zetafleet.com>
Thu, 23 Dec 2010 00:17:58 +0000
(18:17 -0600)
src/data.js
patch
|
blob
|
history
diff --git
a/src/data.js
b/src/data.js
index
549e73e
..
21b7543
100644
(file)
--- a/
src/data.js
+++ b/
src/data.js
@@
-22,7
+22,7
@@
jQuery.extend({
},
hasData: function( elem ) {
- if (elem.nodeType) {
+ if ( elem.nodeType ) {
elem = jQuery.cache[ elem[jQuery.expando] ];
}