mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[Style] space after operator
This commit is contained in:
@ -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];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user