mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
fix jshint error
This commit is contained in:
@@ -174,7 +174,7 @@ export default ['jobData', 'jobDataOptions', 'jobLabels', 'jobFinished', 'count'
|
|||||||
if (!$scope.followScroll) {
|
if (!$scope.followScroll) {
|
||||||
$scope.followScroll = function() {
|
$scope.followScroll = function() {
|
||||||
$log.error("follow scroll undefined, standard out directive not loaded yet?");
|
$log.error("follow scroll undefined, standard out directive not loaded yet?");
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
$scope.followScroll();
|
$scope.followScroll();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user