Commit 6b9b08da by Volker Fröhlich

Remove declaration of unused variable size

parent 18430781
...@@ -15,7 +15,7 @@ function (angular) { ...@@ -15,7 +15,7 @@ function (angular) {
}; };
ElasticQueryBuilder.prototype.buildTermsAgg = function(aggDef, queryNode, target) { ElasticQueryBuilder.prototype.buildTermsAgg = function(aggDef, queryNode, target) {
var metricRef, metric, size, y; var metricRef, metric, y;
queryNode.terms = { "field": aggDef.field }; queryNode.terms = { "field": aggDef.field };
if (!aggDef.settings) { if (!aggDef.settings) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment