Browse Source

Warnings in graphiteTarget.js

Harald Kraemer 11 years ago
parent
commit
2e26130d96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/controllers/graphiteTarget.js

+ 1 - 1
src/app/controllers/graphiteTarget.js

@@ -10,7 +10,7 @@ function (angular, _, config, gfunc, Parser) {
 
 
   var module = angular.module('kibana.controllers');
   var module = angular.module('kibana.controllers');
 
 
-  module.controller('GraphiteTargetCtrl', function($scope, $http) {
+  module.controller('GraphiteTargetCtrl', function($scope) {
 
 
     $scope.init = function() {
     $scope.init = function() {
       parseTarget();
       parseTarget();