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

cell/model/autofilters to function-closure

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