Commit 77d66f81 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete unused code

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51855 954022d7-b5bf-4e40-9824-e11837661b57
parent 1d7e1376
......@@ -124,7 +124,6 @@ OfficeExcel.OtherProps = function()
this._tickdirection = -1;
this._tickmarks = null; // can be reverse
this._tickmarks_linewidth = null;
this._tickmarks_dot_color = 'white';
this._key = [];
......
......@@ -1351,7 +1351,7 @@
var offset = 0;
this.context.lineWidth = this._otherProps._tickmarks_linewidth ? this._otherProps._tickmarks_linewidth : this._otherProps._linewidth;
this.context.lineWidth = this._otherProps._linewidth;
this.context.strokeStyle = this.context.strokeStyle;
this.context.fillStyle = this.context.strokeStyle;
......
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