Closes 258 - Fixing the variable names to match the new aggConfig

This commit is contained in:
Chris Cowan 2014-08-22 13:47:06 -07:00
parent 0c5fb9c42a
commit 48c4a2c49a

View file

@ -8,7 +8,6 @@ define(function (require) {
if (query.query_string && query.query_string.query) {
return query.query_string.query;
}
return JSON.stringify(query);
}
@ -32,4 +31,4 @@ define(function (require) {
]
});
};
});
});