From: Evert Timberg Date: Sun, 14 Jun 2015 21:05:46 +0000 (-0400) Subject: Fix duplicate property X-Git-Tag: 2.0.0-alpha3~10^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c66c8d8549a458518a6534ae3e81c5c496fe85;p=thirdparty%2FChart.js.git Fix duplicate property --- diff --git a/src/scales/scale.linear.js b/src/scales/scale.linear.js index 60caae477..f6abee472 100644 --- a/src/scales/scale.linear.js +++ b/src/scales/scale.linear.js @@ -37,7 +37,6 @@ }; var LinearScale = Chart.Element.extend({ - calculateRange: helpers.noop, // overridden in the chart. Will set min and max as properties of the scale for later use isHorizontal: function() { return this.options.position == "top" || this.options.position == "bottom"; },