diff options
Diffstat (limited to 'theme/javascript/core/state.js')
-rwxr-xr-x | theme/javascript/core/state.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/javascript/core/state.js b/theme/javascript/core/state.js index 2f7c633..de5c65c 100755 --- a/theme/javascript/core/state.js +++ b/theme/javascript/core/state.js @@ -7,7 +7,6 @@ define([ var $book = $(dom.find(".book")); state.$book = $book; - state.githubId = $book.data("github"); state.level = $book.data("level"); state.basePath = $book.data("basepath"); state.revision = $book.data("revision"); |