1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix ES5 issue

Fixes #5545
This commit is contained in:
jeremy@jermolene.com 2021-03-14 10:27:05 +00:00
parent e157d16b72
commit 7b1a0c6e6a

View File

@ -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