Torkel Ödegaard 11 лет назад
Родитель
Сommit
37e19cee20
1 измененных файлов с 1 добавлено и 2 удалено
  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');