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, 0 insertions, 8 deletions
diff --git a/theme/javascript/core/global.js b/theme/javascript/core/global.js
deleted file mode 100644
index 0c75cdc..0000000
--- a/theme/javascript/core/global.js
+++ /dev/null
@@ -1,8 +0,0 @@
-define([
- "jQuery"
-], function($) {
- // Interface for plugins
- window.gitbook = $({});
-
- return window.gitbook;
-}); \ No newline at end of file