summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'theme/javascript/core/global.js')
-rw-r--r--theme/javascript/core/global.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/javascript/core/global.js b/theme/javascript/core/global.js
new file mode 100644
index 0000000..0c75cdc
--- /dev/null
+++ b/theme/javascript/core/global.js
@@ -0,0 +1,8 @@
+define([
+ "jQuery"
+], function($) {
+ // Interface for plugins
+ window.gitbook = $({});
+
+ return window.gitbook;
+}); \ No newline at end of file