Fix errors introduced by recent CLs
This commit is contained in:
parent
e0bd3417fc
commit
2f78a4d6ea
3 changed files with 8 additions and 5 deletions
|
@ -359,7 +359,7 @@ function RepoCtrl($scope, Restangular, $routeParams, $rootScope, $location, $tim
|
|||
|
||||
// Create the new tree.
|
||||
$scope.tree = new ImageHistoryTree(namespace, name, resp.images,
|
||||
$scope.getCommentFirstLine, $scope.getTimeSince);
|
||||
getFirstTextLine, $scope.getTimeSince);
|
||||
|
||||
$scope.tree.draw('image-history-container');
|
||||
|
||||
|
|
Reference in a new issue