[Style] space after operator

This commit is contained in:
Pete Richards
2015-08-24 09:03:31 -07:00
parent f27e4d6e06
commit 3a050cc5b8

View File

@ -78,7 +78,7 @@ define(
* Get the range value corresponding to this pixel position. * Get the range value corresponding to this pixel position.
* @returns {number} the range value * @returns {number} the range value
*/ */
PlotPosition.prototype.getRange =function () { PlotPosition.prototype.getRange = function () {
return this.position[1]; return this.position[1];
}; };