Commit 16a0bcb3 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused fSheet

parent d869b6f1
...@@ -4571,7 +4571,6 @@ function sparkline() { ...@@ -4571,7 +4571,6 @@ function sparkline() {
this.sqref = null; this.sqref = null;
this.f = null; this.f = null;
this._f = null; this._f = null;
this.fSheet = null;
} }
sparkline.prototype.setSqref = function(sqref) { sparkline.prototype.setSqref = function(sqref) {
this.sqref = AscCommonExcel.g_oRangeCache.getAscRange(sqref); this.sqref = AscCommonExcel.g_oRangeCache.getAscRange(sqref);
......
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