aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2010-09-17 14:58:50 -0400
committerJohn Resig <jeresig@gmail.com>2010-09-17 14:58:50 -0400
commit8691a826c0110639480b3eae9e21db05d72bf305 (patch)
tree9117692d12e04e1353c66170623e3bb1974d1c86 /src/support.js
parent77e310b906112c9e20dfbf0e91249a0b81cf6107 (diff)
downloadjquery-8691a826c0110639480b3eae9e21db05d72bf305.tar.gz
jquery-8691a826c0110639480b3eae9e21db05d72bf305.zip
Fix trailing arg.
Diffstat (limited to 'src/support.js')
-rw-r--r--src/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js
index febff1597..75e89dd0e 100644
--- 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",