1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-20 19:29:43 +00:00

Fixed typo from d64590a12b

This commit is contained in:
Jermolene 2013-11-11 23:44:55 +00:00
parent 8681e0228d
commit f6a4ea6b0f

View File

@ -40,8 +40,7 @@ exports.parse = function() {
var transcludeNode = {
type: "element",
tag: "$transclude",
attributes: {},
isBlock: true
attributes: {}
};
var tiddlerNode = {
type: "element",
@ -49,7 +48,6 @@ exports.parse = function() {
attributes: {
tiddler: {type: "string", value: targetTitle}
},
isBlock: true,
children: [transcludeNode]
};
if(template) {