瀏覽代碼

fix(jshint): removed unused var

Torkel Ödegaard 10 年之前
父節點
當前提交
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');
 
-  module.controller('TemplateEditorCtrl', function($scope, datasourceSrv, templateSrv, templateValuesSrv, $rootScope) {
+  module.controller('TemplateEditorCtrl', function($scope, datasourceSrv, templateSrv, templateValuesSrv) {
 
     var replacementDefaults = {
       type: 'query',