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:
2663041
)
Removing extraneous argument.
author
jeresig
<jeresig@gmail.com>
Thu, 9 Sep 2010 14:20:32 +0000
(10:20 -0400)
committer
jeresig
<jeresig@gmail.com>
Thu, 9 Sep 2010 14:20:32 +0000
(10:20 -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",