aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/outro.js2
1 files changed, 1 insertions, 1 deletions
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 );