src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 05:45:53 +0000 (13:45 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 05:45:53 +0000 (13:45 +0800)
src/JsRender/NodeToJs.vala

index a46ba48..c10a850 100644 (file)
@@ -20,7 +20,7 @@ public class JsRender.NodeToJs : Object {
        
        //Gee.ArrayList<string> els;
         //Gee.ArrayList<string> skip;
-       Gee.HashMap<string,string> ar_props;
+       //Gee.HashMap<string,string> ar_props;
        
        Gee.HashMap<string,string> out_props;
        Gee.HashMap<string,string> out_listeners;       
@@ -42,7 +42,7 @@ public class JsRender.NodeToJs : Object {
                this.pad = pad;
                
                //this.els = new Gee.ArrayList<string>(); 
-               this.ar_props = new Gee.HashMap<string,string>();
+               //this.ar_props = new Gee.HashMap<string,string>();
                
                
                this.out_props = new Gee.HashMap<string,string>();