mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-12 18:59:51 +00:00
Typo
This commit is contained in:
@@ -198,7 +198,7 @@ exports.compileFilter = function(filterString) {
|
||||
operand = self.getTextReference(operator.operand,"",currTiddlerTitle);
|
||||
}
|
||||
if(operator.variable) {
|
||||
operand = widget.getVariable(operator.operand,"");
|
||||
operand = widget.getVariable(operator.operand,{defaultValue: ""});
|
||||
}
|
||||
results = operatorFunction(accumulator,{
|
||||
operator: operator.operator,
|
||||
|
||||
Reference in New Issue
Block a user