From 144044f4dc264deedae29a79cf952bd22235c6ac Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 17 Mar 2015 13:16:01 -0400 Subject: [PATCH] Fix jshint errors --- awx/ui/static/js/shared/list-generator/list-generator.factory.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/static/js/shared/list-generator/list-generator.factory.js b/awx/ui/static/js/shared/list-generator/list-generator.factory.js index a57a2cfc09..d0a5514d24 100644 --- a/awx/ui/static/js/shared/list-generator/list-generator.factory.js +++ b/awx/ui/static/js/shared/list-generator/list-generator.factory.js @@ -72,7 +72,6 @@ export default ['$location', '$compile', '$rootScope', 'SearchWidget', 'Paginate this.scope.mode = options.mode; this.scope.isHiddenByOptions = function(options) { - var hiddenByNgHide = false, shownByNgShow = false; // If neither ngHide nor ngShow are specified we // know it.s not hidden by options