summaryrefslogtreecommitdiffstats
path: root/assets/javascript/core/state.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/javascript/core/state.js')
-rw-r--r--assets/javascript/core/state.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/assets/javascript/core/state.js b/assets/javascript/core/state.js
deleted file mode 100644
index fc67d7b..0000000
--- a/assets/javascript/core/state.js
+++ /dev/null
@@ -1,14 +0,0 @@
-define([
- "jQuery"
-], function() {
- return function() {
- var $book = $(".book");
-
- return {
- '$book': $book,
-
- 'githubId': $book.data("github"),
- 'level': $book.data("level")
- };
- };
-}); \ No newline at end of file