Fixed function closures so that Makefile can do its magic.
[jquery.git] / src / transports / script.js
index 5470dec..fe38735 100644 (file)
@@ -80,4 +80,4 @@ jQuery.xhr.bindTransport("script", function(s) {
        }
 });
 
-})(jQuery);
+})( jQuery );