[DE PE SSE] correct paths
This commit is contained in:
parent
631cea5e06
commit
e6d871f060
|
@ -62,7 +62,8 @@ require.config({
|
||||||
gateway : 'common/Gateway',
|
gateway : 'common/Gateway',
|
||||||
locale : 'common/locale',
|
locale : 'common/locale',
|
||||||
irregularstack : 'common/IrregularStack',
|
irregularstack : 'common/IrregularStack',
|
||||||
sharedsettings : 'common/mobile/utils/SharedSettings'
|
sharedsettings : 'common/mobile/utils/SharedSettings',
|
||||||
|
features : '../../web-apps-mobile/word/patch'
|
||||||
},
|
},
|
||||||
|
|
||||||
shim: {
|
shim: {
|
||||||
|
@ -224,11 +225,8 @@ require([
|
||||||
'common/mobile/lib/controller/Collaboration'
|
'common/mobile/lib/controller/Collaboration'
|
||||||
], function() {
|
], function() {
|
||||||
window.compareVersions = true;
|
window.compareVersions = true;
|
||||||
require(['documenteditor/mobile/app/controller/FeatureEdit'], function () {
|
var _s = app.start.bind(app);
|
||||||
app.start();
|
require(['features'], _s, _s);
|
||||||
}, function (error) {
|
|
||||||
app.start();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
|
@ -234,11 +234,7 @@ require([
|
||||||
'documenteditor/mobile/app/controller/add/AddOther',
|
'documenteditor/mobile/app/controller/add/AddOther',
|
||||||
'common/mobile/lib/controller/Collaboration'
|
'common/mobile/lib/controller/Collaboration'
|
||||||
], function() {
|
], function() {
|
||||||
require(['documenteditor/mobile/app/controller/FeatureEdit'], function () {
|
|
||||||
app.start();
|
app.start();
|
||||||
}, function (error) {
|
|
||||||
app.start();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
|
@ -61,7 +61,8 @@ require.config({
|
||||||
gateway : 'common/Gateway',
|
gateway : 'common/Gateway',
|
||||||
locale : 'common/locale',
|
locale : 'common/locale',
|
||||||
irregularstack : 'common/IrregularStack',
|
irregularstack : 'common/IrregularStack',
|
||||||
sharedsettings : 'common/mobile/utils/SharedSettings'
|
sharedsettings : 'common/mobile/utils/SharedSettings',
|
||||||
|
features : '../../web-apps-mobile/slide/patch'
|
||||||
},
|
},
|
||||||
|
|
||||||
shim: {
|
shim: {
|
||||||
|
@ -221,11 +222,8 @@ require([
|
||||||
|
|
||||||
], function() {
|
], function() {
|
||||||
window.compareVersions = true;
|
window.compareVersions = true;
|
||||||
require(['presentationeditor/mobile/app/controller/FeatureEdit'], function () {
|
var _s = app.start.bind(app);
|
||||||
app.start();
|
require(['features'], _s, _s);
|
||||||
}, function (error) {
|
|
||||||
app.start();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
|
@ -230,11 +230,7 @@ require([
|
||||||
'presentationeditor/mobile/app/controller/add/AddSlide',
|
'presentationeditor/mobile/app/controller/add/AddSlide',
|
||||||
'common/mobile/lib/controller/Collaboration'
|
'common/mobile/lib/controller/Collaboration'
|
||||||
], function() {
|
], function() {
|
||||||
require(['presentationeditor/mobile/app/controller/FeatureEdit'], function () {
|
|
||||||
app.start();
|
app.start();
|
||||||
}, function (error) {
|
|
||||||
app.start();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
|
@ -61,7 +61,8 @@ require.config({
|
||||||
gateway : 'common/Gateway',
|
gateway : 'common/Gateway',
|
||||||
locale : 'common/locale',
|
locale : 'common/locale',
|
||||||
irregularstack : 'common/IrregularStack',
|
irregularstack : 'common/IrregularStack',
|
||||||
sharedsettings : 'common/mobile/utils/SharedSettings'
|
sharedsettings : 'common/mobile/utils/SharedSettings',
|
||||||
|
features : '../../web-apps-mobile/cell/patch'
|
||||||
},
|
},
|
||||||
|
|
||||||
shim: {
|
shim: {
|
||||||
|
@ -210,11 +211,8 @@ require([
|
||||||
,'common/mobile/lib/controller/Collaboration'
|
,'common/mobile/lib/controller/Collaboration'
|
||||||
], function() {
|
], function() {
|
||||||
window.compareVersions = true;
|
window.compareVersions = true;
|
||||||
require(['spreadsheeteditor/mobile/app/controller/FeatureEdit'], function () {
|
var _s = app.start.bind(app);
|
||||||
app.start();
|
require(['features'], _s, _s);
|
||||||
}, function (error) {
|
|
||||||
app.start();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
|
@ -220,11 +220,7 @@ require([
|
||||||
,'spreadsheeteditor/mobile/app/controller/FilterOptions'
|
,'spreadsheeteditor/mobile/app/controller/FilterOptions'
|
||||||
,'common/mobile/lib/controller/Collaboration'
|
,'common/mobile/lib/controller/Collaboration'
|
||||||
], function() {
|
], function() {
|
||||||
require(['spreadsheeteditor/mobile/app/controller/FeatureEdit'], function () {
|
|
||||||
app.start();
|
app.start();
|
||||||
}, function (error) {
|
|
||||||
app.start();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
Loading…
Reference in a new issue