Commit b4ec1f94 authored by Alexander.Trofimov's avatar Alexander.Trofimov

update closure

parent 38c8c4cb
...@@ -11,12 +11,14 @@ ...@@ -11,12 +11,14 @@
* Import * Import
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------
*/ */
var CellValueType = AscCommon.CellValueType;
var UndoRedoDataTypes = AscCommonExcel.UndoRedoDataTypes; var UndoRedoDataTypes = AscCommonExcel.UndoRedoDataTypes;
var c_oAscError = Asc.c_oAscError; var c_oAscError = Asc.c_oAscError;
var c_oAscInsertOptions = Asc.c_oAscInsertOptions; var c_oAscInsertOptions = Asc.c_oAscInsertOptions;
var c_oAscDeleteOptions = Asc.c_oAscDeleteOptions; var c_oAscDeleteOptions = Asc.c_oAscDeleteOptions;
var CellValueType = AscCommon.CellValueType; var c_oAscChangeTableStyleInfo = Asc.c_oAscChangeTableStyleInfo;
var prot; var prot;
......
...@@ -69,6 +69,8 @@ ...@@ -69,6 +69,8 @@
var c_oAscSelectionType = asc.c_oAscSelectionType; var c_oAscSelectionType = asc.c_oAscSelectionType;
var c_oAscSelectionDialogType = asc.c_oAscSelectionDialogType; var c_oAscSelectionDialogType = asc.c_oAscSelectionDialogType;
var c_oAscAutoFilterTypes = asc.c_oAscAutoFilterTypes; var c_oAscAutoFilterTypes = asc.c_oAscAutoFilterTypes;
var c_oAscChangeTableStyleInfo = asc.c_oAscChangeTableStyleInfo;
var c_oAscChangeSelectionFormatTable = asc.c_oAscChangeSelectionFormatTable;
/* /*
* Constants * Constants
......
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