From: Evert Timberg Date: Sat, 23 Apr 2016 23:39:37 +0000 (-0400) Subject: Remove file and fix jshint error X-Git-Tag: 2.1.0~7^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47552152c3e1b53baa51735ea11fec0ef7f4eabd;p=thirdparty%2FChart.js.git Remove file and fix jshint error --- diff --git a/samples/zoom.html b/samples/zoom.html deleted file mode 100644 index 695463103..000000000 --- a/samples/zoom.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - Scatter Chart - - - - - - -
-
- -
-
- - - - - - - diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 19ca88fcf..dd1245940 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -422,7 +422,7 @@ module.exports = function(Chart) { canvas.style.width = this.chart.originalCanvasStyleWidth; canvas.style.height = this.chart.originalCanvasStyleHeight; - Chart.pluginService.notifyPlugins('destory', [this, easingDecimal]); + Chart.pluginService.notifyPlugins('destory', [this]); delete Chart.instances[this.id]; },