1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-03 14:59:57 +00:00

Adjust naming of transclusion metaparameter

This commit is contained in:
jeremy@jermolene.com 2022-06-05 16:10:41 +01:00
parent 7680280d87
commit defe3e42e6

View File

@ -315,7 +315,7 @@ TranscludeWidget.prototype.getTransclusionMetaParameters = function() {
"parseTreeNodes": function() {
return JSON.stringify(self.parseTreeNode);
},
"slotFillParseTrees": function() {
"slotFillParseTreeNodes": function() {
return JSON.stringify(self.slotFillParseTrees);
},
"params": function() {