summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core/state.js
diff options
context:
space:
mode:
Diffstat (limited to 'theme/javascript/core/state.js')
-rwxr-xr-xtheme/javascript/core/state.js1
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");