1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-14 06:17:20 +00:00

Make the macrocall widget delegate to the transclude widget

This commit is contained in:
jeremy@jermolene.com
2022-05-08 20:48:33 +01:00
parent 4f2f689ab9
commit 64448ae774
13 changed files with 87 additions and 51 deletions

View File

@@ -64,6 +64,8 @@ var BinaryParser = function(type,text,options) {
children: [warn, link]
}
this.tree = [element];
this.source = text;
this.type = type;
};
exports["application/octet-stream"] = BinaryParser;