mirror of
https://github.com/nasa/openmct.git
synced 2025-05-08 11:38:35 +00:00
[Code Style] Fix style missed by gulp fixstyle
...and remove an unnecessary comment, too.
This commit is contained in:
parent
fa77139077
commit
f9631ff4c5
@ -47,9 +47,7 @@ define(
|
|||||||
depth = parent ? (parent.depth + 1) : 0,
|
depth = parent ? (parent.depth + 1) : 0,
|
||||||
timespan,
|
timespan,
|
||||||
path = (!parent || !parent.parent) ? "" : parent.path +
|
path = (!parent || !parent.parent) ? "" : parent.path +
|
||||||
//(parent.path.length > 0 ? " / " : "") +
|
parent.domainObject.getModel().name + " > ";
|
||||||
parent.domainObject.getModel().name +
|
|
||||||
" > ";
|
|
||||||
|
|
||||||
// Look up timespan for this object
|
// Look up timespan for this object
|
||||||
domainObject.useCapability('timespan').then(function (t) {
|
domainObject.useCapability('timespan').then(function (t) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user