Browse Source

fixed jshint error

Torkel Ödegaard 11 năm trước cách đây
mục cha
commit
37e19cee20
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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');