[DE] debug

This commit is contained in:
Maxim Kadushkin 2022-12-28 18:07:39 +03:00
parent 744526841a
commit 82b379936a

View file

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