[DE] refactoring app launch

This commit is contained in:
Maxim Kadushkin 2022-11-23 17:36:05 +03:00
parent 7c2be61278
commit 03202af328

View file

@ -104,7 +104,7 @@ require.config({
sdk: {
deps: [
'jquery',
'underscore',
// 'underscore',
'allfonts',
'xregexp',
'socketio'
@ -124,10 +124,10 @@ require.config({
});
require([
'sdk',
'backbone',
'bootstrap',
'core',
'sdk',
// 'api',
'analytics',
'gateway',