fixed jshint error

This commit is contained in:
Torkel Ödegaard
2014-08-21 11:18:49 +02:00
parent b39fbff8fa
commit 37e19cee20
+1 -2
View File
@@ -1,8 +1,7 @@
define([
'angular',
'lodash',
],
function (angular, _) {
function (angular) {
"use strict";
var module = angular.module('grafana.routes');