fix jshint error

pull/2445/head
Mitsuhiro Tanda 10 years ago
parent 5dd64b97d2
commit d09e8a12b4
  1. 3
      public/app/plugins/datasource/cloudwatch/datasource.js

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

Loading…
Cancel
Save