소스 검색

fix(jshint): removed unused var

Torkel Ödegaard 9 년 전
부모
커밋
4872f6d2dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');
   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 = {
     var replacementDefaults = {
       type: 'query',
       type: 'query',