Commit 51d90779 authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/autofilters to function-closure

parent b00ff198
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
* *
*/ */
"use strict"; "use strict";
var maxValCol = 20000;
var maxValRow = 100000;
var maxIndividualValues = 10000;
( (
/** /**
* @param {jQuery} $ * @param {jQuery} $
...@@ -45,6 +41,10 @@ var maxIndividualValues = 10000; ...@@ -45,6 +41,10 @@ var maxIndividualValues = 10000;
var prot; var prot;
var maxIndividualValues = 10000;
var maxValCol = 20000;
var maxValRow = 100000;
var g_oAutoFiltersOptionsElementsProperties = { var g_oAutoFiltersOptionsElementsProperties = {
val : 0, val : 0,
visible : 1, visible : 1,
......
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