Commit 11a168d9 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

isExcel->editorType

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