Minor cleanup

This commit is contained in:
Patrick Steele-Idem 2016-02-16 20:48:09 -07:00
parent 0c1babd588
commit c29f84d4ae

View File

@ -160,13 +160,6 @@ class Parser {
var node = this.context.createNodeForEl(elDef);
var tagDef = node.tagDef;
if (node.tagDef) {
var body = tagDef.body;
if (body) {
}
}
this.parentNode.appendChild(node);