fixed a global scope issue on LessonController | fixed the listenTo yntax for goatRouter.js
This commit is contained in:
@ -132,7 +132,7 @@ define(['jquery',
|
||||
};
|
||||
|
||||
this.restartLesson = function() {
|
||||
self=this;
|
||||
var self=this;
|
||||
$.ajax({
|
||||
url:'service/restartlesson.mvc',
|
||||
method:'GET'
|
||||
|
Reference in New Issue
Block a user