1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 17:23:16 +00:00
This commit is contained in:
Jeremy Ruston 2012-06-14 17:28:14 +01:00
parent 52f59a4eb4
commit abd510442a

View File

@ -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();