Fixed function closures so that Makefile can do its magic.
[jquery.git] / src / transports / jsonp.js
index 2bdce23..228a4d3 100644 (file)
@@ -86,4 +86,4 @@ jQuery.xhr.bindTransport("json", function(s) {
 
 });
 
-})(jQuery);
+})( jQuery );