From 0bec96ff28ce480b96cc61f366ab948604f7a930 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 25 Apr 2017 19:06:07 -0400 Subject: [PATCH] Fixed jshint error --- .../groups/nested-groups/nested-groups-list.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js b/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js index 541c517b15..31e55fa992 100644 --- a/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js +++ b/awx/ui/client/src/inventories/groups/nested-groups/nested-groups-list.controller.js @@ -182,7 +182,7 @@ $scope.$parent.groupsSelectedItems = selection.selectedItems; }); - $scope.copyMoveGroup = function(id){ + $scope.copyMoveGroup = function(){ // TODO: implement };