diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 16:10:25 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 16:10:25 -0700 |
commit | 607b45f17261db2b66bbe797c2ef32c00755f624 (patch) | |
tree | 2195970fc0e0ff71e33ad508cc453169f39ed94d /theme/javascript/app.js | |
parent | ff52a2317b435d778fce232527b6a4b968a178ff (diff) | |
download | gitbook-607b45f17261db2b66bbe797c2ef32c00755f624.zip gitbook-607b45f17261db2b66bbe797c2ef32c00755f624.tar.gz gitbook-607b45f17261db2b66bbe797c2ef32c00755f624.tar.bz2 |
Change norm of core/state
Diffstat (limited to 'theme/javascript/app.js')
-rw-r--r-- | theme/javascript/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/javascript/app.js b/theme/javascript/app.js index 11c5d53..34247ca 100644 --- a/theme/javascript/app.js +++ b/theme/javascript/app.js @@ -10,9 +10,8 @@ require([ "core/progress", "core/sidebar", "core/search" -], function($, storage, analytic, sharing, _state, keyboard, exercise, progress, sidebar, search){ +], function($, storage, analytic, sharing, state, keyboard, exercise, progress, sidebar, search){ $(document).ready(function() { - var state = _state(); var $book = state.$book; // Initialize storage |