mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-09 09:15:49 -08:00
Fixed typo from d64590a12b
This commit is contained in:
parent
8681e0228d
commit
f6a4ea6b0f
1 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue