[DE PE SSE] correct paths
This commit is contained in:
parent
631cea5e06
commit
e6d871f060
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue