mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-21 03:51:11 -08:00
Fix comment
Co-authored-by: Saq Imtiaz <saq.imtiaz@gmail.com>
This commit is contained in:
parent
f2fbcf60a2
commit
0ffb4d988b
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ exports.parseFilter = function(filterString) {
|
|||
match = operandRegExp.exec(filterString);
|
||||
if(match && match.index === p) {
|
||||
if(match[1]) {
|
||||
// If there is a filter run prefix
|
||||
// If there is a filter pragma
|
||||
operation.pragma = match[1];
|
||||
operation.suffix = match[2];
|
||||
p = p + operation.pragma.length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue