mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
define([
|
|
"jQuery"
|
|
], function($) {
|
|
// Interface for plugins
|
|
window.gitbook = $({});
|
|
|
|
return window.gitbook;
|
|
}); |