Fix style

This commit is contained in:
Pete Richards 2018-04-13 16:54:18 -07:00
parent 7d8dc00996
commit 1326dae27a

View File

@ -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');