[Locator] Remove redundant assignment

10d2794bb7 (r75547548)
This commit is contained in:
Victor Woeltjen 2016-08-19 14:26:03 -07:00
parent 10d2794bb7
commit fdbe31cb76

View File

@ -51,9 +51,6 @@ define(
(context && context.getRoot()) || $scope.rootObject;
}, 0);
} else if (!contextRoot && !$scope.rootObject) {
//If no context root is available, default to the root
// object
$scope.rootObject = undefined;
// Update the displayed tree on a timeout to avoid
// an infinite digest exception.
objectService.getObjects(['ROOT'])