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/core/exercise.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/core/exercise.js')
-rw-r--r-- | theme/javascript/core/exercise.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/javascript/core/exercise.js b/theme/javascript/core/exercise.js index db278b8..f890f2a 100644 --- a/theme/javascript/core/exercise.js +++ b/theme/javascript/core/exercise.js @@ -38,7 +38,7 @@ define([ // Prepare all exercise var init = function() { - state().$book.find("section.exercise").each(function() { + state.$book.find("section.exercise").each(function() { prepareExercise($(this)); }); }; |