Files
gitbook/theme/javascript/core/state.js
T
2014-04-06 16:10:25 -07:00

12 lines
194 B
JavaScript

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