Commit 6442e0fb authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander.Trofimov

[mobile] AscCommonExcel - fixed

parent cca55a6b
...@@ -19,6 +19,12 @@ window.document = document; ...@@ -19,6 +19,12 @@ window.document = document;
var History = {}; var History = {};
window["Asc"] = {};
var Asc = window["Asc"];
window["AscCommonExcel"] = {};
var AscCommonExcel = window["AscCommonExcel"];
//------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------
aStandartNumFormats = []; aStandartNumFormats = [];
aStandartNumFormats[0] = "General"; aStandartNumFormats[0] = "General";
...@@ -190,8 +196,6 @@ native_canvas.prototype = ...@@ -190,8 +196,6 @@ native_canvas.prototype =
} }
}; };
window["Asc"] = {};
var _null_object = {}; var _null_object = {};
_null_object.length = 0; _null_object.length = 0;
_null_object.nodeType = 1; _null_object.nodeType = 1;
...@@ -272,7 +276,7 @@ function GetNativeEngine() { ...@@ -272,7 +276,7 @@ function GetNativeEngine() {
var native_renderer = null; var native_renderer = null;
var _api = null; var _api = null;
var Asc = window["Asc"];
function NativeOpenFileData(data, version) { function NativeOpenFileData(data, version) {
window.NATIVE_DOCUMENT_TYPE = window.native.GetEditorType(); window.NATIVE_DOCUMENT_TYPE = window.native.GetEditorType();
......
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