From f2f9dc4703eda79de73dfb4f17b0dd6b1175fca4 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 15 Feb 2016 11:04:38 -0500 Subject: [PATCH] Removed jshint comment --- awx/ui/client/src/bread-crumb/bread-crumb.directive.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/src/bread-crumb/bread-crumb.directive.js b/awx/ui/client/src/bread-crumb/bread-crumb.directive.js index fc5d3ef1db..be7ba6ae14 100644 --- a/awx/ui/client/src/bread-crumb/bread-crumb.directive.js +++ b/awx/ui/client/src/bread-crumb/bread-crumb.directive.js @@ -1,5 +1,3 @@ -/* jshint unused: vars */ - export default [ 'templateUrl', '$state', 'FeaturesService', 'ProcessErrors', function(templateUrl, $state, FeaturesService, ProcessErrors) { return {