Commit a478385d authored by Alexey.Musinov's avatar Alexey.Musinov

[mobile] AscCommonExcel - fixed

parent a7a6dabf
...@@ -43,6 +43,12 @@ window.document = document; ...@@ -43,6 +43,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";
...@@ -214,8 +220,6 @@ native_canvas.prototype = ...@@ -214,8 +220,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;
...@@ -296,7 +300,7 @@ function GetNativeEngine() { ...@@ -296,7 +300,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