mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-27 04:11:55 -08:00
Typo
This commit is contained in:
parent
52f59a4eb4
commit
abd510442a
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue