diff --git a/core/modules/filters.js b/core/modules/filters.js index 1a3c6f451..7c6cc3768 100644 --- a/core/modules/filters.js +++ b/core/modules/filters.js @@ -63,7 +63,7 @@ function parseFilterOperation(operators,filterString,p) { operator.operator = "title"; } operator.operands = []; - function parseOperand(bracketType) { + var parseOperand = function(bracketType) { var operand = {}; switch (bracketType) { case "{": // Curly brackets