mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-02-26 20:09:50 +00:00
Refactoring renderer "tree" array to "nodes"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user