From 45620f35a3f33ad36c2bccbb66f72458a828015e Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 1 Mar 2017 13:50:02 -0500 Subject: [PATCH] fix jshint error --- awx/ui/client/src/management-jobs/card/card.controller.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/src/management-jobs/card/card.controller.js b/awx/ui/client/src/management-jobs/card/card.controller.js index 783ddafc92..6bdb32bb0c 100644 --- a/awx/ui/client/src/management-jobs/card/card.controller.js +++ b/awx/ui/client/src/management-jobs/card/card.controller.js @@ -31,8 +31,7 @@ export default }); }; getManagementJobs(); - var scope = $rootScope.$new(), - parent_scope = scope; + var scope = $rootScope.$new(); scope.cleanupJob = true; // This handles the case where the user refreshes the management job notifications page.