Commit 2ede5383 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

arrPreOpenLocksObjects to base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66174 954022d7-b5bf-4e40-9824-e11837661b57
parent 6f8d0203
......@@ -28,6 +28,8 @@ function baseEditorsApi(name) {
this.User = undefined;
this.CoAuthoringApi = new window['CDocsCoApi']();
this.isCoAuthoringEnable = true;
// Массив lock-ов, которые были на открытии документа
this.arrPreOpenLocksObjects = [];
// Результат получения лицензии
this.licenseResult = null;
......
......@@ -74,9 +74,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
//текущий обьект куда записываются информация для update, когда принимаются изменения в native редакторе
this.oRedoObjectParamNative = null;
// Массив lock-ов, которые были на открытии документа
this.arrPreOpenLocksObjects = [];
this.collaborativeEditing = null;
this.isDocumentCanSave = false; // Флаг, говорит о возможности сохранять документ (активна кнопка save или нет)
......
......@@ -55,9 +55,6 @@ function asc_docs_api(name)
this.isApplyChangesOnOpen = false;
this.isApplyChangesOnOpenEnabled = true;
// Массив lock-ов, которые были на открытии документа
this.arrPreOpenLocksObjects = [];
this.IsSupportEmptyPresentation = true;
this.ShowParaMarks = false;
......
......@@ -327,9 +327,6 @@ function asc_docs_api(name)
this.IsSpellCheckCurrentWord = false;
// Массив lock-ов, которые были на открытии документа
this.arrPreOpenLocksObjects = [];
this.mailMergeFileData = null;
this.isCoMarksDraw = false;
......
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