Sfoglia il codice sorgente

fix(jshint): removed unused var

Torkel Ödegaard 9 anni fa
parent
commit
4872f6d2dc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      public/app/features/templating/editorCtrl.js

+ 1 - 1
public/app/features/templating/editorCtrl.js

@@ -7,7 +7,7 @@ function (angular, _) {
 
   var module = angular.module('grafana.controllers');
 
-  module.controller('TemplateEditorCtrl', function($scope, datasourceSrv, templateSrv, templateValuesSrv, $rootScope) {
+  module.controller('TemplateEditorCtrl', function($scope, datasourceSrv, templateSrv, templateValuesSrv) {
 
     var replacementDefaults = {
       type: 'query',