From 2e26130d96a2b42256eaec6aa1c3bb804c74f2c1 Mon Sep 17 00:00:00 2001 From: Harald Kraemer Date: Mon, 19 May 2014 17:02:06 +0200 Subject: [PATCH] Warnings in graphiteTarget.js --- src/app/controllers/graphiteTarget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/controllers/graphiteTarget.js b/src/app/controllers/graphiteTarget.js index 5608df6d178..e9dc9f3867b 100644 --- a/src/app/controllers/graphiteTarget.js +++ b/src/app/controllers/graphiteTarget.js @@ -10,7 +10,7 @@ function (angular, _, config, gfunc, Parser) { var module = angular.module('kibana.controllers'); - module.controller('GraphiteTargetCtrl', function($scope, $http) { + module.controller('GraphiteTargetCtrl', function($scope) { $scope.init = function() { parseTarget();