mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
JSHint fix: unused variable
This commit is contained in:
@@ -8,7 +8,6 @@ export default ['$log', '$rootScope', '$scope', '$state', '$stateParams', 'Proce
|
|||||||
function ($log, $rootScope, $scope, $state, $stateParams, ProcessErrors, Rest, Wait) {
|
function ($log, $rootScope, $scope, $state, $stateParams, ProcessErrors, Rest, Wait) {
|
||||||
|
|
||||||
var api_complete = false,
|
var api_complete = false,
|
||||||
stdout_url,
|
|
||||||
current_range,
|
current_range,
|
||||||
loaded_sections = [],
|
loaded_sections = [],
|
||||||
event_queue = 0,
|
event_queue = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user