fix jshint error

This commit is contained in:
Mitsuhiro Tanda
2015-09-26 02:10:22 +09:00
parent 5dd64b97d2
commit d09e8a12b4

View File

@@ -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');