aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-09-09 10:20:32 -0400
committerjeresig <jeresig@gmail.com>2010-09-09 10:20:32 -0400
commit82b35a4f2c11dc72178b78a1256b20d72b09708d (patch)
tree4a262ac800a7fe947d4d99cb171a152307b88d6d
parent2663041924af36a26a30e60da5d97e2ab9fed5ec (diff)
downloadjquery-82b35a4f2c11dc72178b78a1256b20d72b09708d.tar.gz
jquery-82b35a4f2c11dc72178b78a1256b20d72b09708d.zip
Removing extraneous argument.
-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",