Commit 7580ab0f authored by Alexander.Trofimov's avatar Alexander.Trofimov

this.isMobileVersion в базовый класс

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66139 954022d7-b5bf-4e40-9824-e11837661b57
parent cd175ae5
......@@ -6,6 +6,8 @@ function baseEditorsApi(name) {
this.HtmlElementName = name;
this.isMobileVersion = false;
this.CoAuthoringApi = new window['CDocsCoApi']();
}
// send chart message
......
......@@ -33,8 +33,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
// Вид печати
this.adjustPrint = null;
this.isMobileVersion = false;
this.fontRenderingMode = c_oAscFontRenderingModeType.hintingAndSubpixeling;
this.wb = null;
this.wbModel = null;
......
......@@ -78,7 +78,6 @@ function asc_docs_api(name)
this.isPresentationEditor = true;
this.bAlignBySelected = false;
this.isMobileVersion = false;
this.isPaintFormat = false;
this.isViewMode = false;
this.isShowTableEmptyLine = false;//true;
......
......@@ -324,7 +324,6 @@ function asc_docs_api(name)
this.isPageBreakBefore = false;
this.isKeepLinesTogether = false;
this.isMobileVersion = false;
this.isPaintFormat = c_oAscFormatPainterState.kOff;
this.isMarkerFormat = false;
this.isViewMode = 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