Files
gitbook/theme/javascript/core/state.js
T
2014-04-06 17:06:01 -07:00

13 lines
238 B
JavaScript

define([
"jQuery"
], function() {
var $book = $(".book");
return {
'$book': $book,
'githubId': $book.data("github"),
'level': $book.data("level"),
'basePath': $book.data("basepath")
};
});