aboutsummaryrefslogtreecommitdiffstats
path: root/src/outro.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/outro.js')
-rw-r--r--src/outro.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/outro.js b/src/outro.js
index 7773a74fd..5d87b7e7b 100644
--- a/src/outro.js
+++ b/src/outro.js
@@ -1 +1,4 @@
+// Expose jQuery to the global object
+window.jQuery = window.$ = jQuery;
+
})(window);