From 1326dae27a1436b2f192fc1b7d04eb15bee21f3d Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Fri, 13 Apr 2018 16:54:18 -0700 Subject: [PATCH] Fix style --- src/plugins/plot/src/plot/MCTPlotController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/plot/src/plot/MCTPlotController.js b/src/plugins/plot/src/plot/MCTPlotController.js index 3ce1b91cca..d050bd2b6b 100644 --- a/src/plugins/plot/src/plot/MCTPlotController.js +++ b/src/plugins/plot/src/plot/MCTPlotController.js @@ -70,7 +70,7 @@ define([ this.listenTo(this.$canvas, 'mousedown', this.onMouseDown, this); this.watchForMarquee(); - } + }; MCTPlotController.prototype.initialize = function () { this.$canvas = this.$element.find('canvas');