mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 14:52:08 -08:00
Refactoring renderer "tree" array to "nodes"
This commit is contained in:
parent
2ecb1f670c
commit
4a73317193
8 changed files with 11 additions and 11 deletions
|
|
@ -60,7 +60,7 @@ JavaScriptParser.prototype.parse = function(type,code) {
|
|||
classes.push("javascript-line-comment");
|
||||
content.push(Renderer.TextNode("//"));
|
||||
}
|
||||
content.push.apply(content,self.store.parseText("text/x-tiddlywiki",text).tree);
|
||||
content.push.apply(content,self.store.parseText("text/x-tiddlywiki",text).nodes);
|
||||
if(comment.type === "Block") {
|
||||
content.push(Renderer.TextNode("*/"));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue