Commit e0955141 authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

IsTextFilter -> isTextFilter

parent b3aa00d7
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
asc_getSortState : function() { return this.sortVal; }, asc_getSortState : function() { return this.sortVal; },
asc_getDisplayName : function(val) { return this.displayName; }, asc_getDisplayName : function(val) { return this.displayName; },
asc_getIsTextFilter : function(val) { return this.IsTextFilter; }, asc_getIsTextFilter : function(val) { return this.isTextFilter; },
asc_getColorsFill : function(val) { return this.colorsFill; }, asc_getColorsFill : function(val) { return this.colorsFill; },
asc_getColorsFont : function(val) { return this.colorsFont; } asc_getColorsFont : function(val) { return this.colorsFont; }
}; };
......
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