Commit 4be80770 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fCurCallback в base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66236 954022d7-b5bf-4e40-9824-e11837661b57
parent 970cce2f
...@@ -61,6 +61,8 @@ function baseEditorsApi(name) { ...@@ -61,6 +61,8 @@ function baseEditorsApi(name) {
// Использовать ли обрезанные шрифты // Использовать ли обрезанные шрифты
this.isUseEmbeddedCutFonts = ("true" == ASC_DOCS_API_USE_EMBEDDED_FONTS.toLowerCase()); this.isUseEmbeddedCutFonts = ("true" == ASC_DOCS_API_USE_EMBEDDED_FONTS.toLowerCase());
this.fCurCallback = null;
} }
baseEditorsApi.prototype.asc_GetFontThumbnailsPath = function() { baseEditorsApi.prototype.asc_GetFontThumbnailsPath = function() {
return '../Common/Images/'; return '../Common/Images/';
......
...@@ -100,8 +100,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -100,8 +100,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.formulasList = null; // Список всех формул this.formulasList = null; // Список всех формул
this.fCurCallback = null;
this._init(); this._init();
return this; return this;
} }
......
...@@ -109,8 +109,6 @@ function asc_docs_api(name) ...@@ -109,8 +109,6 @@ function asc_docs_api(name)
this.LongActionCallbacks = []; this.LongActionCallbacks = [];
this.LongActionCallbacksParams = []; this.LongActionCallbacksParams = [];
this.fCurCallback = null;
var oThis = this; var oThis = this;
// init OnMessage // init OnMessage
InitOnMessage(function (error, url) { InitOnMessage(function (error, url) {
......
...@@ -382,8 +382,6 @@ function asc_docs_api(name) ...@@ -382,8 +382,6 @@ function asc_docs_api(name)
this.ParcedDocument = false; this.ParcedDocument = false;
this.isStartCoAuthoringOnEndLoad = false; // Подсоединились раньше, чем документ загрузился this.isStartCoAuthoringOnEndLoad = false; // Подсоединились раньше, чем документ загрузился
this.fCurCallback = null;
var oThis = this; var oThis = this;
// init OnMessage // init OnMessage
InitOnMessage(function (error, url) { InitOnMessage(function (error, url) {
......
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