#296 updates href according to to page nav
This commit is contained in:
@ -27,7 +27,6 @@ define(['jquery',
|
||||
'test/:param':'testRoute'
|
||||
},
|
||||
|
||||
|
||||
lessonController: new LessonController({
|
||||
lessonContentView: lessonContentView
|
||||
}),
|
||||
@ -84,10 +83,6 @@ define(['jquery',
|
||||
this.lessonController.loadWelcome();
|
||||
});
|
||||
|
||||
goatRouter.on('route:welcomeRoute', function() {
|
||||
this.lessonController.loadWelcome();
|
||||
});
|
||||
|
||||
goatRouter.on('route:testRoute', function(param) {
|
||||
this.lessonController.testHandler(param);
|
||||
});
|
||||
|
Reference in New Issue
Block a user