This commit is contained in:
jeremy@jermolene.com
2022-06-05 15:59:03 +01:00
parent 542df63ccf
commit 7680280d87
+1 -1
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);
}
};
};