Commit d7d6d0d9 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused argument range

parent 69680204
...@@ -3786,7 +3786,7 @@ ...@@ -3786,7 +3786,7 @@
} }
}; };
WorksheetView.prototype._drawSelectionRange = function (range) { WorksheetView.prototype._drawSelectionRange = function () {
if (c_oAscSelectionType.RangeMax === this.activeRange.type) { if (c_oAscSelectionType.RangeMax === this.activeRange.type) {
this.activeRange.c2 = this.cols.length - 1; this.activeRange.c2 = this.cols.length - 1;
this.activeRange.r2 = this.rows.length - 1; this.activeRange.r2 = this.rows.length - 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