Commit 24ee5ff5 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix assembly files

parent e18b03f7
...@@ -162,6 +162,7 @@ native_canvas.prototype = ...@@ -162,6 +162,7 @@ native_canvas.prototype =
}; };
window["Asc"] = {}; window["Asc"] = {};
window["AscCommonExcel"] = {};
var _null_object = {}; var _null_object = {};
_null_object.length = 0; _null_object.length = 0;
...@@ -255,6 +256,7 @@ function GetNativeEngine() ...@@ -255,6 +256,7 @@ function GetNativeEngine()
var native_renderer = null; var native_renderer = null;
var _api = null; var _api = null;
var Asc = window["Asc"]; var Asc = window["Asc"];
var AscCommonExcel = window["AscCommonExcel"];
function NativeOpenFileData(data, version) function NativeOpenFileData(data, version)
{ {
......
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