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([
'LeftMenu',
'Main',
'Common.Controllers.Fonts'
/** coauthoring begin **/
,'Common.Controllers.Chat'
,'Common.Controllers.Comments'
/** coauthoring end **/
/** proprietary begin **/
,'Common.Controllers.Chat',
'Common.Controllers.Comments',
'Common.Controllers.ExternalDiagramEditor'
,'Common.Controllers.ExternalDiagramEditor'
/** proprietary end **/
]
});
......@@ -128,16 +130,16 @@ require([
'documenteditor/main/app/view/HeaderFooterSettings',
'documenteditor/main/app/view/ImageSettings',
'documenteditor/main/app/view/TableSettings',
/** proprietary begin **/
'documenteditor/main/app/view/ChartSettings',
/** proprietary end **/
'documenteditor/main/app/view/ShapeSettings',
'common/main/lib/util/utils',
'common/main/lib/controller/Fonts'
/** coauthoring begin **/
,'common/main/lib/controller/Comments'
,'common/main/lib/controller/Chat'
/** coauthoring end **/
/** proprietary begin **/
,'common/main/lib/controller/Comments',
'common/main/lib/controller/Chat',
'common/main/lib/controller/ExternalDiagramEditor'
,'documenteditor/main/app/view/ChartSettings'
,'common/main/lib/controller/ExternalDiagramEditor'
/** proprietary end **/
], function() {
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