Fixed jshint error

This commit is contained in:
Michael Abashian 2017-04-25 19:06:07 -04:00 committed by Jared Tabor
parent 9fb8b6579f
commit 0bec96ff28

View File

@ -182,7 +182,7 @@
$scope.$parent.groupsSelectedItems = selection.selectedItems;
});
$scope.copyMoveGroup = function(id){
$scope.copyMoveGroup = function(){
// TODO: implement
};