From: John Resig Date: Fri, 17 Sep 2010 18:58:50 +0000 (-0400) Subject: Fix trailing arg. X-Git-Tag: 1.4.3rc1~113 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8691a826c0110639480b3eae9e21db05d72bf305;p=jquery.git Fix trailing arg. --- 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",