Pman.Builder.Tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 11:08:41 +0000 (19:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 11:08:41 +0000 (19:08 +0800)
Pman.Builder.Tree.js

index 730306b..071d986 100644 (file)
@@ -186,7 +186,7 @@ Pman.Builder.Tree = {
         pn.removeChild(this.currentNode);
           
         if (!pn.childNodes.length) {
-            this.appendNode(pn, cfg, 'append')
+            this.appendNode(pn, cfg, 'append');
             return true;
         }
         if (!ix) {