File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1565,7 +1565,6 @@ var AMDLoader;
15651565 } ( ) ) ;
15661566 AMDLoader . ModuleManager = ModuleManager ;
15671567} ) ( AMDLoader || ( AMDLoader = { } ) ) ;
1568- // Limitation: To load jquery through the loader, always require 'jquery' and add a path for it in the loader configuration
15691568var define ;
15701569var AMDLoader ;
15711570( function ( AMDLoader ) {
@@ -1678,7 +1677,9 @@ var AMDLoader;
16781677 AMDLoader . global . require . __$__nodeRequire = nodeRequire ;
16791678 }
16801679 }
1681- if ( typeof AMDLoader . global . define !== 'function' || ! AMDLoader . global . define . amd ) {
1680+ AMDLoader . init = init ;
1681+ if ( typeof doNotInitLoader === 'undefined' &&
1682+ ( typeof AMDLoader . global . define !== 'function' || ! AMDLoader . global . define . amd ) ) {
16821683 init ( ) ;
16831684 }
16841685} ) ( AMDLoader || ( AMDLoader = { } ) ) ;
You can’t perform that action at this time.
0 commit comments