mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
fixing jshint errors
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user