From d00e29a65eb299ded5896bd84f413b2215548bd5 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Thu, 27 Oct 2011 15:33:37 -0400 Subject: [PATCH] Cleanup spacing in outro.js. Fixes #10601 --- src/outro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5