Fix trailing arg.
authorJohn Resig <jeresig@gmail.com>
Fri, 17 Sep 2010 18:58:50 +0000 (14:58 -0400)
committerJohn Resig <jeresig@gmail.com>
Fri, 17 Sep 2010 18:58:50 +0000 (14:58 -0400)
src/support.js

index febff15..75e89dd 100644 (file)
 
        // release memory in IE
        root = script = div = all = a = null;
-})( jQuery );
+})();
 
 jQuery.props = {
        "for": "htmlFor",