[SSE PE] changed order of skd loading
This commit is contained in:
parent
d823738849
commit
bf6e0377a3
|
@ -103,7 +103,6 @@ require.config({
|
|||
sdk: {
|
||||
deps: [
|
||||
'jquery',
|
||||
'underscore',
|
||||
'allfonts',
|
||||
'xregexp',
|
||||
'socketio'
|
||||
|
@ -123,14 +122,14 @@ require.config({
|
|||
});
|
||||
|
||||
require([
|
||||
'sdk',
|
||||
'backbone',
|
||||
'bootstrap',
|
||||
'core',
|
||||
'sdk',
|
||||
'analytics',
|
||||
'gateway',
|
||||
'locale'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
], function (Sdk, Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
|
|
@ -59,7 +59,6 @@ require.config({
|
|||
sdk: {
|
||||
deps: [
|
||||
'jquery',
|
||||
'underscore',
|
||||
'allfonts',
|
||||
'xregexp',
|
||||
'socketio'
|
||||
|
|
|
@ -103,7 +103,6 @@ require.config({
|
|||
sdk: {
|
||||
deps: [
|
||||
'jquery',
|
||||
'underscore',
|
||||
'allfonts',
|
||||
'xregexp',
|
||||
'socketio'
|
||||
|
@ -123,14 +122,14 @@ require.config({
|
|||
});
|
||||
|
||||
require([
|
||||
'sdk',
|
||||
'backbone',
|
||||
'bootstrap',
|
||||
'core',
|
||||
'sdk',
|
||||
'analytics',
|
||||
'gateway',
|
||||
'locale'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
], function (Sdk, Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
|
Loading…
Reference in a new issue