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:
77e310b
)
Fix trailing arg.
author
John Resig
<jeresig@gmail.com>
Fri, 17 Sep 2010 18:58:50 +0000
(14:58 -0400)
committer
John Resig
<jeresig@gmail.com>
Fri, 17 Sep 2010 18:58:50 +0000
(14:58 -0400)
src/support.js
patch
|
blob
|
history
diff --git
a/src/support.js
b/src/support.js
index
febff15
..
75e89dd
100644
(file)
--- a/
src/support.js
+++ b/
src/support.js
@@
-134,7
+134,7
@@
// release memory in IE
root = script = div = all = a = null;
-})( jQuery );
+})();
jQuery.props = {
"for": "htmlFor",