From: Rick Waldron Date: Thu, 27 Oct 2011 19:33:37 +0000 (-0400) Subject: Cleanup spacing in outro.js. Fixes #10601 X-Git-Tag: 1.7rc2~5^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d00e29a65eb299ded5896bd84f413b2215548bd5;p=jquery.git Cleanup spacing in outro.js. Fixes #10601 --- diff --git a/src/outro.js b/src/outro.js index b49305e72..64ef28ed3 100644 --- a/src/outro.js +++ b/src/outro.js @@ -1,3 +1,3 @@ // Expose jQuery to the global object window.jQuery = window.$ = jQuery; -})(window); +})( window );