ソースを参照

fixing unused var

Mathieu Chataigner 11 年 前
コミット
482b31298f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/app/services/opentsdb/opentsdbDatasource.js

+ 1 - 1
src/app/services/opentsdb/opentsdbDatasource.js

@@ -4,7 +4,7 @@ define([
   'kbn',
   'moment'
 ],
-function (angular, _, kbn, moment) {
+function (angular, _, kbn) {
   'use strict';
 
   var module = angular.module('grafana.services');