1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00
This commit is contained in:
jeremy@jermolene.com 2022-06-05 15:59:03 +01:00
parent 542df63ccf
commit 7680280d87

View File

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