Commit d09e8a12 by Mitsuhiro Tanda

fix jshint error

parent 5dd64b97
......@@ -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');
......
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