mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-07 14:40:02 +00:00
Typo
This commit is contained in:
parent
5f018c2092
commit
cb0eba73c2
@ -198,7 +198,7 @@ exports.compileFilter = function(filterString) {
|
|||||||
operand = self.getTextReference(operator.operand,"",currTiddlerTitle);
|
operand = self.getTextReference(operator.operand,"",currTiddlerTitle);
|
||||||
}
|
}
|
||||||
if(operator.variable) {
|
if(operator.variable) {
|
||||||
operand = widget.getVariable(operator.operand,"");
|
operand = widget.getVariable(operator.operand,{defaultValue: ""});
|
||||||
}
|
}
|
||||||
results = operatorFunction(accumulator,{
|
results = operatorFunction(accumulator,{
|
||||||
operator: operator.operator,
|
operator: operator.operator,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user