From 205e52cbe8b9f81997b936e5f8a834d10d67446f Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 6 Mar 2017 11:56:04 -0500 Subject: [PATCH] fix jshint error --- awx/ui/client/src/about/about.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/about/about.controller.js b/awx/ui/client/src/about/about.controller.js index eeb21cbd5f..159f61458a 100644 --- a/awx/ui/client/src/about/about.controller.js +++ b/awx/ui/client/src/about/about.controller.js @@ -1,6 +1,6 @@ export default - ['$scope', '$state', 'ConfigService', 'i18n', - function($scope, $state, ConfigService, i18n){ + ['$scope', '$state', 'ConfigService', + function($scope, $state, ConfigService){ var init = function(){ ConfigService.getConfig() .then(function(config){