From 3a050cc5b8e4565725d6fd2bc190dca11781b022 Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Mon, 24 Aug 2015 09:03:31 -0700 Subject: [PATCH] [Style] space after operator --- platform/features/plot/src/elements/PlotPosition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/plot/src/elements/PlotPosition.js b/platform/features/plot/src/elements/PlotPosition.js index 15444e68d5..d8369faf33 100644 --- a/platform/features/plot/src/elements/PlotPosition.js +++ b/platform/features/plot/src/elements/PlotPosition.js @@ -78,7 +78,7 @@ define( * Get the range value corresponding to this pixel position. * @returns {number} the range value */ - PlotPosition.prototype.getRange =function () { + PlotPosition.prototype.getRange = function () { return this.position[1]; };