From f9631ff4c5e37bb6485d45b4c852b2505ec582ff Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 12 May 2016 16:35:34 -0700 Subject: [PATCH] [Code Style] Fix style missed by gulp fixstyle ...and remove an unnecessary comment, too. --- .../timeline/src/controllers/swimlane/TimelineSwimlane.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/features/timeline/src/controllers/swimlane/TimelineSwimlane.js b/platform/features/timeline/src/controllers/swimlane/TimelineSwimlane.js index 44d7b65aa2..1938145d6e 100644 --- a/platform/features/timeline/src/controllers/swimlane/TimelineSwimlane.js +++ b/platform/features/timeline/src/controllers/swimlane/TimelineSwimlane.js @@ -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) {