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

fixed typing error

parent 010372e6
......@@ -5929,7 +5929,7 @@ DynamicFilter.prototype.init = function(range) {
var summ = 0;
var counter = 0;
range_forEachCell(function(cell){
range._foreach2(function(cell){
var val = parseFloat(cell.getValue());
if(!isNaN(val))
......
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