[se] Fix crash

Create AscCommonExcel
This commit is contained in:
Alexander.Trofimov
2019-04-04 11:25:11 +03:00
parent 926a35f507
commit 56cce79016

View File

@ -792,6 +792,7 @@ DrawingArea.prototype.getOffsets = function(x, y, bEvents) {
//--------------------------------------------------------export----------------------------------------------------
window['AscFormat'] = window['AscFormat'] || {};
window['AscCommonExcel'] = window['AscCommonExcel'] || {};
window['AscFormat'].DrawingArea = DrawingArea;
window["AscCommonExcel"].sFrozenImageUrl = sFrozenImageUrl;