Commit 9494d711 authored by Alexander.Trofimov's avatar Alexander.Trofimov

update build

parent 0a3d87e1
......@@ -91,6 +91,9 @@
"../common/Scrolls/mobileTouchManagerBase.js",
"../common/wordcopypaste.js",
"../common/easysax.js",
"../common/openxml.js",
"../cell/document/empty-workbook.js",
"../cell/model/UndoRedo.js",
......@@ -214,8 +217,6 @@
"../common/text_input.js",
"../common/Drawings/Format/OleObject.js",
"../common/Drawings/Format/DrawingContent.js",
"../common/easysax.js",
"../common/openxml.js",
"../common/plugins.js"
],
"private": [
......
......@@ -41,8 +41,6 @@ var editor;
var asc = window["Asc"];
var prot;
var openXml = AscCommon.openXml;
var c_oAscAdvancedOptionsAction = AscCommon.c_oAscAdvancedOptionsAction;
var DownloadType = AscCommon.DownloadType;
var c_oAscLockTypes = AscCommon.c_oAscLockTypes;
......@@ -973,6 +971,7 @@ var editor;
spreadsheet_api.prototype.openDocumentFromZip = function (wb) {
var t = this;
return new Promise(function (resolve, reject) {
var openXml = AscCommon.openXml;
if (t.isChartEditor) {
resolve();
return;
......
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