Sfoglia il codice sorgente

fixed jshint error

Torkel Ödegaard 11 anni fa
parent
commit
37e19cee20
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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');