diff options
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)); }); }; |