mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Typo
This commit is contained in:
parent
52f59a4eb4
commit
abd510442a
@ -175,7 +175,6 @@ Macro.prototype.render = function(type) {
|
||||
};
|
||||
|
||||
Macro.prototype.renderInDom = function(parentDomNode,insertBefore) {
|
||||
this.parentDomNode = parentDomNode;
|
||||
if(this.child) {
|
||||
this.child.renderInDom(parentDomNode,insertBefore);
|
||||
this.postRenderInDom();
|
||||
|
Loading…
Reference in New Issue
Block a user