Browse Source

fix: fixed jshint issue

Torkel Ödegaard 8 years ago
parent
commit
0005f8e7b3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      public/app/plugins/datasource/elasticsearch/query_builder.js

+ 1 - 2
public/app/plugins/datasource/elasticsearch/query_builder.js

@@ -1,8 +1,7 @@
 define([
   './query_def',
-  'lodash',
 ],
-function (queryDef, _) {
+function (queryDef) {
   'use strict';
 
   function ElasticQueryBuilder(options) {