From dc032489c2d77b72842344eb7c726cb94d6eb769 Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Tue, 29 Nov 2016 09:57:20 -0800 Subject: [PATCH] fixing jshint errors --- awx/ui/client/src/controllers/Jobs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/src/controllers/Jobs.js b/awx/ui/client/src/controllers/Jobs.js index 578527480e..9dce01c863 100644 --- a/awx/ui/client/src/controllers/Jobs.js +++ b/awx/ui/client/src/controllers/Jobs.js @@ -35,8 +35,7 @@ export function JobsListController($state, $rootScope, $log, $scope, $compile, $ } $scope.removeChoicesReady = $scope.$on('choicesReady', function() { $scope[list.name].forEach(function(item, item_idx) { - var fld, field, - itm = $scope[list.name][item_idx]; + var itm = $scope[list.name][item_idx]; // Set the item type label if (list.fields.type) {