Explorar o código

fix jshint error

Mitsuhiro Tanda %!s(int64=10) %!d(string=hai) anos
pai
achega
d09e8a12b4
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      public/app/plugins/datasource/cloudwatch/datasource.js

+ 1 - 2
public/app/plugins/datasource/cloudwatch/datasource.js

@@ -2,13 +2,12 @@
 define([
   'angular',
   'lodash',
-  'app/core/utils/datemath',
   'moment',
   './queryCtrl',
   './directives',
   'aws-sdk',
 ],
-function (angular, _, dateMath) {
+function (angular, _) {
   'use strict';
 
   var module = angular.module('grafana.services');