File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
</ script >
31
31
< script type ="text/javascript ">
32
32
require ( [ 'main' ] , function ( mct ) {
33
- mct . run ( ) ;
33
+ require ( [
34
+ './example/imagery/bundle' ,
35
+ './example/eventGenerator/bundle' ,
36
+ './example/generator/bundle'
37
+ ] , mct . run . bind ( mct ) ) ;
34
38
} ) ;
35
39
</ script >
36
40
< link rel ="stylesheet " href ="platform/commonUI/general/res/css/startup-base.css ">
Original file line number Diff line number Diff line change @@ -89,11 +89,7 @@ define([
89
89
'./platform/entanglement/bundle' ,
90
90
'./platform/search/bundle' ,
91
91
'./platform/status/bundle' ,
92
- './platform/commonUI/regions/bundle' ,
93
-
94
- './example/imagery/bundle' ,
95
- './example/eventGenerator/bundle' ,
96
- './example/generator/bundle'
92
+ './platform/commonUI/regions/bundle'
97
93
] , function ( Main , legacyRegistry ) {
98
94
'use strict' ;
99
95
@@ -103,4 +99,4 @@ define([
103
99
return new Main ( ) . run ( legacyRegistry ) ;
104
100
}
105
101
} ;
106
- } ) ;
102
+ } ) ;
You can’t perform that action at this time.
0 commit comments