[Code Style] Fix style missed by gulp fixstyle

...and remove an unnecessary comment, too.
This commit is contained in:
Victor Woeltjen 2016-05-12 16:35:34 -07:00
parent fa77139077
commit f9631ff4c5

View File

@ -47,9 +47,7 @@ define(
depth = parent ? (parent.depth + 1) : 0,
timespan,
path = (!parent || !parent.parent) ? "" : parent.path +
//(parent.path.length > 0 ? " / " : "") +
parent.domainObject.getModel().name +
" > ";
parent.domainObject.getModel().name + " > ";
// Look up timespan for this object
domainObject.useCapability('timespan').then(function (t) {