From: Steven Wexler Date: Mon, 2 Mar 2015 01:31:44 +0000 (-0500) Subject: Removed an unnecessary comment X-Git-Tag: v1.0.2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F962%2Fhead;p=thirdparty%2FChart.js.git Removed an unnecessary comment --- diff --git a/src/Chart.Core.js b/src/Chart.Core.js index 6881ba5f1..f5af352d4 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -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){