Selaa lähdekoodia

fixed jshint error

Torkel Ödegaard 11 vuotta sitten
vanhempi
commit
37e19cee20
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/app/routes/p_solo-panel.js

+ 1 - 2
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');