From: jeresig Date: Thu, 9 Sep 2010 14:20:32 +0000 (-0400) Subject: Removing extraneous argument. X-Git-Tag: 1.4.3rc1~121 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=82b35a4f2c11dc72178b78a1256b20d72b09708d;p=jquery.git Removing extraneous argument. --- 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",