diff options
author | John Resig <jeresig@gmail.com> | 2010-09-17 14:58:50 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2010-09-17 14:58:50 -0400 |
commit | 8691a826c0110639480b3eae9e21db05d72bf305 (patch) | |
tree | 9117692d12e04e1353c66170623e3bb1974d1c86 /src/support.js | |
parent | 77e310b906112c9e20dfbf0e91249a0b81cf6107 (diff) | |
download | jquery-8691a826c0110639480b3eae9e21db05d72bf305.tar.gz jquery-8691a826c0110639480b3eae9e21db05d72bf305.zip |
Fix trailing arg.
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 2 |
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", |