瀏覽代碼

fix(jscs): fixed failing js style check

Torkel Ödegaard 10 年之前
父節點
當前提交
af95daadf4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/plugins/datasource/opentsdb/queryCtrl.js

+ 1 - 1
public/app/plugins/datasource/opentsdb/queryCtrl.js

@@ -8,7 +8,7 @@ function (angular, _, kbn) {
 
   var module = angular.module('grafana.controllers');
 
-  module.controller('OpenTSDBQueryCtrl', function($scope, $timeout) {
+  module.controller('OpenTSDBQueryCtrl', function($scope) {
 
     $scope.init = function() {
       $scope.target.errors = validateTarget($scope.target);