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