mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: fixed jshint issue
This commit is contained in:
parent
4e387ed47a
commit
0005f8e7b3
@ -1,8 +1,7 @@
|
||||
define([
|
||||
'./query_def',
|
||||
'lodash',
|
||||
],
|
||||
function (queryDef, _) {
|
||||
function (queryDef) {
|
||||
'use strict';
|
||||
|
||||
function ElasticQueryBuilder(options) {
|
||||
|
Loading…
Reference in New Issue
Block a user