mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Minor cleanup
This commit is contained in:
parent
0c1babd588
commit
c29f84d4ae
@ -160,13 +160,6 @@ class Parser {
|
|||||||
|
|
||||||
var node = this.context.createNodeForEl(elDef);
|
var node = this.context.createNodeForEl(elDef);
|
||||||
|
|
||||||
var tagDef = node.tagDef;
|
|
||||||
if (node.tagDef) {
|
|
||||||
var body = tagDef.body;
|
|
||||||
if (body) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
this.parentNode.appendChild(node);
|
this.parentNode.appendChild(node);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user