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];
},