Remove declaration of unused variable size

This commit is contained in:
Volker Fröhlich
2015-10-23 12:00:20 +02:00
parent 184307816f
commit 6b9b08da30
@@ -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) {