src/JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:06:16 +0000 (18:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:06:16 +0000 (18:06 +0800)
src/JsRender/NodeToGtk.vala

index f47e04e..476b39f 100644 (file)
@@ -19,6 +19,7 @@ public class JsRender.NodeToGtk : Object {
        {
                this.node = node;
                this.els = new Gee.ArrayList<string>(); 
+               this.children = new Gee.ArrayList<Object>(); 
                //this.skip = new Gee.ArrayList<string>();
                this.ar_props = new Gee.HashMap<string,string>();
                this.parentObj = null;