#41 ... one more

This commit is contained in:
Jason White 2015-10-24 13:12:44 -05:00
parent e3df816fb9
commit fc2360b49b

View File

@ -33,7 +33,7 @@ define(['jquery',
init:function() {
goatRouter = new GoatAppRouter();
this.lessonController.start();
this.menuController.initMenu();
// this.menuController.initMenu();
goatRouter.on('route:attackRoute', function(scr,menu,stage) {
this.lessonController.loadLesson(scr,menu,stage);