From: John Resig Date: Fri, 17 Sep 2010 18:58:50 +0000 (-0400) Subject: Fix trailing arg. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=8691a826c0110639480b3eae9e21db05d72bf305 Fix trailing arg. --- diff --git a/src/support.js b/src/support.js index febff15..75e89dd 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",