From 7b1a0c6e6a8bd2d3badf8766af0cd3f5f7ac5ec8 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sun, 14 Mar 2021 10:27:05 +0000 Subject: [PATCH] Fix ES5 issue Fixes #5545 --- core/modules/filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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