bring jquery into custom namespace ... simple hack for now
This commit is contained in:
parent
79e0cc0842
commit
7d28e9c1b8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user