fix: fixed jshint issue

This commit is contained in:
Torkel Ödegaard 2017-09-05 10:17:24 +02:00
parent 4e387ed47a
commit 0005f8e7b3

View File

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