mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-27 23:10:48 -08:00
Fix typo
This commit is contained in:
parent
e33f588b73
commit
26ac940637
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ var tweakMacroDefinition = function(nodeList) {
|
|||
};
|
||||
nodeList[0].children = nodeList.slice(1);
|
||||
nodeList.splice(1,nodeList.length-1);
|
||||
tweakMacroDefinition(nodeList.children);
|
||||
tweakMacroDefinition(nodeList[0].children);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue