From 37e19cee203ea68b34f5f3d67b947bc99a33919d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 21 Aug 2014 11:18:49 +0200 Subject: [PATCH] fixed jshint error --- src/app/routes/p_solo-panel.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/routes/p_solo-panel.js b/src/app/routes/p_solo-panel.js index 7493ab4813b..6f766e31698 100644 --- a/src/app/routes/p_solo-panel.js +++ b/src/app/routes/p_solo-panel.js @@ -1,8 +1,7 @@ define([ 'angular', - 'lodash', ], -function (angular, _) { +function (angular) { "use strict"; var module = angular.module('grafana.routes');