fixed a global scope issue on LessonController | fixed the listenTo yntax for goatRouter.js

This commit is contained in:
Michael Katz
2015-08-14 17:24:34 +03:00
parent da5a63453b
commit 68d952eb5d
3 changed files with 6 additions and 4 deletions

View File

@ -132,7 +132,7 @@ define(['jquery',
};
this.restartLesson = function() {
self=this;
var self=this;
$.ajax({
url:'service/restartlesson.mvc',
method:'GET'