fixing unused var

This commit is contained in:
Mathieu Chataigner
2014-10-09 19:12:56 +02:00
parent de00d18a7e
commit 482b31298f
@@ -4,7 +4,7 @@ define([
'kbn',
'moment'
],
function (angular, _, kbn, moment) {
function (angular, _, kbn) {
'use strict';
var module = angular.module('grafana.services');