From 47552152c3e1b53baa51735ea11fec0ef7f4eabd Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sat, 23 Apr 2016 19:39:37 -0400 Subject: [PATCH] Remove file and fix jshint error --- samples/zoom.html | 232 ------------------------------------ src/core/core.controller.js | 2 +- 2 files changed, 1 insertion(+), 233 deletions(-) delete mode 100644 samples/zoom.html 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]; },