diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:20:41 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:20:41 +0200 |
commit | 5beff865488f53d73000da382abc6d7d7f18ecd7 (patch) | |
tree | 8c94cb90c63987b5a526dc46142dc2ca6ab12856 /theme/javascript/core/global.js | |
parent | dd395edae122e567e231d472d317ce3e406a5fc2 (diff) | |
download | gitbook-5beff865488f53d73000da382abc6d7d7f18ecd7.zip gitbook-5beff865488f53d73000da382abc6d7d7f18ecd7.tar.gz gitbook-5beff865488f53d73000da382abc6d7d7f18ecd7.tar.bz2 |
Change js interface for plugins and add configuration
Diffstat (limited to 'theme/javascript/core/global.js')
-rw-r--r-- | theme/javascript/core/global.js | 8 |
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 |