From db11075cede6d05abb072995dc15535c24830405 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Wed, 15 Jun 2016 16:41:19 -0400 Subject: [PATCH] fix JSLint error --- awx/ui/client/src/helpers/Parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/helpers/Parse.js b/awx/ui/client/src/helpers/Parse.js index 15db47f0d5..ec594471e7 100644 --- a/awx/ui/client/src/helpers/Parse.js +++ b/awx/ui/client/src/helpers/Parse.js @@ -17,7 +17,7 @@ export default angular.module('ParseHelper', ['Utilities', 'AngularCodeMirrorModule']) .factory('ParseTypeChange', ['Alert', 'AngularCodeMirror', '$rootScope', - function (Alert, AngularCodeMirror, $rootScope) { + function (Alert, AngularCodeMirror) { return function (params) { var scope = params.scope,