Commit 1e6234f1 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

change app.js

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56715 954022d7-b5bf-4e40-9824-e11837661b57
parent 588f01d4
...@@ -106,10 +106,12 @@ require([ ...@@ -106,10 +106,12 @@ require([
'LeftMenu', 'LeftMenu',
'Main', 'Main',
'Common.Controllers.Fonts' 'Common.Controllers.Fonts'
/** coauthoring begin **/
,'Common.Controllers.Chat'
,'Common.Controllers.Comments'
/** coauthoring end **/
/** proprietary begin **/ /** proprietary begin **/
,'Common.Controllers.Chat', ,'Common.Controllers.ExternalDiagramEditor'
'Common.Controllers.Comments',
'Common.Controllers.ExternalDiagramEditor'
/** proprietary end **/ /** proprietary end **/
] ]
}); });
...@@ -128,16 +130,16 @@ require([ ...@@ -128,16 +130,16 @@ require([
'documenteditor/main/app/view/HeaderFooterSettings', 'documenteditor/main/app/view/HeaderFooterSettings',
'documenteditor/main/app/view/ImageSettings', 'documenteditor/main/app/view/ImageSettings',
'documenteditor/main/app/view/TableSettings', 'documenteditor/main/app/view/TableSettings',
/** proprietary begin **/
'documenteditor/main/app/view/ChartSettings',
/** proprietary end **/
'documenteditor/main/app/view/ShapeSettings', 'documenteditor/main/app/view/ShapeSettings',
'common/main/lib/util/utils', 'common/main/lib/util/utils',
'common/main/lib/controller/Fonts' 'common/main/lib/controller/Fonts'
/** coauthoring begin **/
,'common/main/lib/controller/Comments'
,'common/main/lib/controller/Chat'
/** coauthoring end **/
/** proprietary begin **/ /** proprietary begin **/
,'common/main/lib/controller/Comments', ,'documenteditor/main/app/view/ChartSettings'
'common/main/lib/controller/Chat', ,'common/main/lib/controller/ExternalDiagramEditor'
'common/main/lib/controller/ExternalDiagramEditor'
/** proprietary end **/ /** proprietary end **/
], function() { ], function() {
app.start(); app.start();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment