[DE PE SSE] correct paths

This commit is contained in:
Maxim Kadushkin 2020-02-11 12:59:28 +03:00
parent 631cea5e06
commit e6d871f060
6 changed files with 15 additions and 33 deletions

View file

@ -62,7 +62,8 @@ require.config({
gateway : 'common/Gateway',
locale : 'common/locale',
irregularstack : 'common/IrregularStack',
sharedsettings : 'common/mobile/utils/SharedSettings'
sharedsettings : 'common/mobile/utils/SharedSettings',
features : '../../web-apps-mobile/word/patch'
},
shim: {
@ -224,11 +225,8 @@ require([
'common/mobile/lib/controller/Collaboration'
], function() {
window.compareVersions = true;
require(['documenteditor/mobile/app/controller/FeatureEdit'], function () {
app.start();
}, function (error) {
app.start();
});
var _s = app.start.bind(app);
require(['features'], _s, _s);
});
});
}, function(err) {

View file

@ -234,11 +234,7 @@ require([
'documenteditor/mobile/app/controller/add/AddOther',
'common/mobile/lib/controller/Collaboration'
], function() {
require(['documenteditor/mobile/app/controller/FeatureEdit'], function () {
app.start();
}, function (error) {
app.start();
});
app.start();
});
});
}, function(err) {

View file

@ -61,7 +61,8 @@ require.config({
gateway : 'common/Gateway',
locale : 'common/locale',
irregularstack : 'common/IrregularStack',
sharedsettings : 'common/mobile/utils/SharedSettings'
sharedsettings : 'common/mobile/utils/SharedSettings',
features : '../../web-apps-mobile/slide/patch'
},
shim: {
@ -221,11 +222,8 @@ require([
], function() {
window.compareVersions = true;
require(['presentationeditor/mobile/app/controller/FeatureEdit'], function () {
app.start();
}, function (error) {
app.start();
});
var _s = app.start.bind(app);
require(['features'], _s, _s);
});
});
}, function(err) {

View file

@ -230,11 +230,7 @@ require([
'presentationeditor/mobile/app/controller/add/AddSlide',
'common/mobile/lib/controller/Collaboration'
], function() {
require(['presentationeditor/mobile/app/controller/FeatureEdit'], function () {
app.start();
}, function (error) {
app.start();
});
app.start();
});
});
}, function(err) {

View file

@ -61,7 +61,8 @@ require.config({
gateway : 'common/Gateway',
locale : 'common/locale',
irregularstack : 'common/IrregularStack',
sharedsettings : 'common/mobile/utils/SharedSettings'
sharedsettings : 'common/mobile/utils/SharedSettings',
features : '../../web-apps-mobile/cell/patch'
},
shim: {
@ -210,11 +211,8 @@ require([
,'common/mobile/lib/controller/Collaboration'
], function() {
window.compareVersions = true;
require(['spreadsheeteditor/mobile/app/controller/FeatureEdit'], function () {
app.start();
}, function (error) {
app.start();
});
var _s = app.start.bind(app);
require(['features'], _s, _s);
});
});
}, function(err) {

View file

@ -220,11 +220,7 @@ require([
,'spreadsheeteditor/mobile/app/controller/FilterOptions'
,'common/mobile/lib/controller/Collaboration'
], function() {
require(['spreadsheeteditor/mobile/app/controller/FeatureEdit'], function () {
app.start();
}, function (error) {
app.start();
});
app.start();
});
});
}, function(err) {