mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Fix jshint error
This commit is contained in:
@@ -9,6 +9,6 @@ export default ['$scope',
|
|||||||
|
|
||||||
$scope.deleteTag = function(tag){
|
$scope.deleteTag = function(tag){
|
||||||
_.remove($scope.instanceGroups, {id: tag.id});
|
_.remove($scope.instanceGroups, {id: tag.id});
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
Reference in New Issue
Block a user