summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core/global.js
blob: 0c75cdc7c2dfe7dbf4fd700e60435c779d703356 (plain)
1
2
3
4
5
6
7
8
define([
    "jQuery"
], function($) {
    // Interface for plugins
    window.gitbook = $({});

    return window.gitbook;
});