fix: fixed jshint issue

pull/9169/head
Torkel Ödegaard 8 years ago
parent 4e387ed47a
commit 0005f8e7b3
  1. 3
      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) {

Loading…
Cancel
Save