mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Fixed jshint error
This commit is contained in:
committed by
Jared Tabor
parent
9fb8b6579f
commit
0bec96ff28
@@ -182,7 +182,7 @@
|
|||||||
$scope.$parent.groupsSelectedItems = selection.selectedItems;
|
$scope.$parent.groupsSelectedItems = selection.selectedItems;
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.copyMoveGroup = function(id){
|
$scope.copyMoveGroup = function(){
|
||||||
// TODO: implement
|
// TODO: implement
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user