bring jquery into custom namespace ... simple hack for now

This commit is contained in:
Jason White 2016-11-21 13:18:38 -05:00
parent 79e0cc0842
commit 7d28e9c1b8

View File

@ -41,6 +41,7 @@ define(['jquery',
// this.menuController.initMenu(); // this.menuController.initMenu();
webgoat = {}; webgoat = {};
webgoat.customjs = {}; webgoat.customjs = {};
webgoat.customjs.jquery = $;
// goatRouter.on('route:attackRoute', function(scr,menu,stage,num) { // goatRouter.on('route:attackRoute', function(scr,menu,stage,num) {
// this.lessonController.loadLesson(scr,menu,stage,num); // this.lessonController.loadLesson(scr,menu,stage,num);