mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
fixing jshint errors
This commit is contained in:
parent
9c2ae43ac6
commit
dc032489c2
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user