Merge pull request #962 from steaks/removeUnecessaryComment

Removed an unnecessary comment
This commit is contained in:
Evert Timberg
2015-03-02 11:39:28 -05:00

View File

@@ -1368,7 +1368,6 @@
var halfHeight = this.height/2;
//Check to ensure the height will fit on the canvas
//The three is to buffer form the very
if (this.y - halfHeight < 0 ){
this.y = halfHeight;
} else if (this.y + halfHeight > this.chart.height){