Commit d09e8a12 by Mitsuhiro Tanda

fix jshint error

parent 5dd64b97
...@@ -2,13 +2,12 @@ ...@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment