mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-22 05:12:16 +00:00
Fix typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user