fix jshint error

This commit is contained in:
John Mitchell 2016-11-21 16:41:57 -05:00
parent eb4ec54764
commit 857be6dce5

View File

@ -174,7 +174,7 @@ export default ['jobData', 'jobDataOptions', 'jobLabels', 'jobFinished', 'count'
if (!$scope.followScroll) {
$scope.followScroll = function() {
$log.error("follow scroll undefined, standard out directive not loaded yet?");
}
};
}
$scope.followScroll();
}