Commit fdd3e2ac authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Не пробрасывался дальше documentFormatSave

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54848 954022d7-b5bf-4e40-9824-e11837661b57
parent 7ab0c8b4
......@@ -28,7 +28,7 @@
}
};
CDocsCoApi.prototype.init = function (user, docid, token, serverHost, serverPath, callback, editorType) {
CDocsCoApi.prototype.init = function (user, docid, token, serverHost, serverPath, callback, editorType, documentFormatSave) {
if (this._CoAuthoringApi && this._CoAuthoringApi.isRightURL()) {
var t = this;
this._CoAuthoringApi.onAuthParticipantsChanged = function (e) {t.callback_OnAuthParticipantsChanged(e);};
......@@ -45,7 +45,7 @@
// Callback есть пользователей больше 1
this._CoAuthoringApi.onStartCoAuthoring = function (e) {t.callback_OnStartCoAuthoring(e);};
this._CoAuthoringApi.init(user, docid, token, serverHost, serverPath, callback, editorType);
this._CoAuthoringApi.init(user, docid, token, serverHost, serverPath, callback, editorType, documentFormatSave);
this._onlineWork = true;
}
else {
......
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