瀏覽代碼

fixed jshint error

Torkel Ödegaard 11 年之前
父節點
當前提交
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');