mirror of
https://github.com/nasa/openmct.git
synced 2025-06-02 15:40:49 +00:00
[Timeline] Add missing semicolon
This commit is contained in:
parent
4f0e3fdf85
commit
5a2d1a746d
@ -122,7 +122,7 @@ define(
|
|||||||
*/
|
*/
|
||||||
width: function (timestamp) {
|
width: function (timestamp) {
|
||||||
var pixels = Math.ceil(toPixels(timestamp * (1 + PADDING)));
|
var pixels = Math.ceil(toPixels(timestamp * (1 + PADDING)));
|
||||||
return Math.max(bounds.width, pixels)
|
return Math.max(bounds.width, pixels);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user