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