File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ require.config({
10
10
'marionette' : '../vendor/marionette/backbone.marionette' ,
11
11
'bootstrap' : '../vendor/bootstrap/bootstrap' ,
12
12
'parsley' : '../vendor/parsleyjs/parsley' ,
13
+ 'spinner' : '../vendor/spin.js/spin' ,
13
14
'hogan' : '../vendor/requirejs-hogan-plugin/hogan' ,
14
15
'hgn' : '../vendor/requirejs-hogan-plugin/hgn' ,
15
16
'text' : '../vendor/requirejs-hogan-plugin/text' ,
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ define(function (require) {
76
76
} ,
77
77
78
78
tryUri : function ( uri ) {
79
- appChannel . vent . trigger ( 'loading' ) ;
79
+ appChannel . vent . trigger ( 'loading:data ' ) ;
80
80
81
81
this . api . fetchTryUri ( {
82
82
uri : uri ,
83
83
complete : function ( ) {
84
- appChannel . vent . trigger ( 'loaded' ) ;
84
+ appChannel . vent . trigger ( 'loaded:data ' ) ;
85
85
}
86
86
} ) ;
87
87
}
Original file line number Diff line number Diff line change 14
14
"backbone-computedfields" : " ~0.0.7" ,
15
15
"requirejs" : " ~2.1.14" ,
16
16
"requirejs-hogan-plugin" : " ~0.3.1" ,
17
- "engine-ui" : " https://github.com/LDEngine/engine-ui.git#3e5531ea65ec2af42cd59d4ea8be985c94ea6bb9"
17
+ "engine-ui" : " https://github.com/LDEngine/engine-ui.git#3e5531ea65ec2af42cd59d4ea8be985c94ea6bb9" ,
18
+ "spin.js" : " ~2.0.1"
18
19
},
19
20
"exportsOverride" : {
20
21
"backbone.wreqr" : {
You can’t perform that action at this time.
0 commit comments