fixing jshint errors

This commit is contained in:
jaredevantabor
2016-11-29 09:57:20 -08:00
parent 9c2ae43ac6
commit dc032489c2

View File

@@ -35,8 +35,7 @@ export function JobsListController($state, $rootScope, $log, $scope, $compile, $
} }
$scope.removeChoicesReady = $scope.$on('choicesReady', function() { $scope.removeChoicesReady = $scope.$on('choicesReady', function() {
$scope[list.name].forEach(function(item, item_idx) { $scope[list.name].forEach(function(item, item_idx) {
var fld, field, var itm = $scope[list.name][item_idx];
itm = $scope[list.name][item_idx];
// Set the item type label // Set the item type label
if (list.fields.type) { if (list.fields.type) {