mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
e157d16b72
commit
7b1a0c6e6a
@ -63,7 +63,7 @@ function parseFilterOperation(operators,filterString,p) {
|
|||||||
operator.operator = "title";
|
operator.operator = "title";
|
||||||
}
|
}
|
||||||
operator.operands = [];
|
operator.operands = [];
|
||||||
function parseOperand(bracketType) {
|
var parseOperand = function(bracketType) {
|
||||||
var operand = {};
|
var operand = {};
|
||||||
switch (bracketType) {
|
switch (bracketType) {
|
||||||
case "{": // Curly brackets
|
case "{": // Curly brackets
|
||||||
|
Loading…
Reference in New Issue
Block a user