Commit e1308a72 authored by GoshaZotov's avatar GoshaZotov

for var i -> k

parent d801592c
......@@ -3000,8 +3000,8 @@
}
//write formulas history before filter history
worksheet.handlers.trigger("changeColumnTablePart", filter.DisplayName);
for (var i = 0; i < toHistory.length; ++i) {
this._addHistoryObj.apply(this, toHistory[i]);
for (var k = 0; k < toHistory.length; ++k) {
this._addHistoryObj.apply(this, toHistory[k]);
}
}
else
......
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