Fix errors introduced by recent CLs

This commit is contained in:
Joseph Schorr 2013-11-05 15:31:49 -05:00
parent e0bd3417fc
commit 2f78a4d6ea
3 changed files with 8 additions and 5 deletions

View file

@ -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');