Remove declaration of unused variable size
This commit is contained in:
@@ -15,7 +15,7 @@ function (angular) {
|
||||
};
|
||||
|
||||
ElasticQueryBuilder.prototype.buildTermsAgg = function(aggDef, queryNode, target) {
|
||||
var metricRef, metric, size, y;
|
||||
var metricRef, metric, y;
|
||||
queryNode.terms = { "field": aggDef.field };
|
||||
|
||||
if (!aggDef.settings) {
|
||||
|
||||
Reference in New Issue
Block a user