summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core/state.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-14 00:06:58 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-14 00:06:58 +0200
commit9ffa462111b1d5b4c954464416fdc8daf69c9d3f (patch)
treeb38e046662d4ae31d5b611166264e4d68500736a /theme/javascript/core/state.js
parent1bbef540157b513d3e336325a3d636885e15357e (diff)
downloadgitbook-9ffa462111b1d5b4c954464416fdc8daf69c9d3f.zip
gitbook-9ffa462111b1d5b4c954464416fdc8daf69c9d3f.tar.gz
gitbook-9ffa462111b1d5b4c954464416fdc8daf69c9d3f.tar.bz2
Add base from clarity theme from @Nijikokun
Diffstat (limited to 'theme/javascript/core/state.js')
-rwxr-xr-x[-rw-r--r--]theme/javascript/core/state.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/javascript/core/state.js b/theme/javascript/core/state.js
index 79876b9..34851c1 100644..100755
--- a/theme/javascript/core/state.js
+++ b/theme/javascript/core/state.js
@@ -4,11 +4,11 @@ define([
var $book = $(".book");
return {
- '$book': $book,
+ '$book': $book,
- 'githubId': $book.data("github"),
- 'level': $book.data("level"),
- 'basePath': $book.data("basepath"),
- 'revision': $book.data("revision")
+ 'githubId': $book.data("github"),
+ 'level': $book.data("level"),
+ 'basePath': $book.data("basepath"),
+ 'revision': $book.data("revision")
};
}); \ No newline at end of file