src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 May 2016 06:04:37 +0000 (14:04 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 May 2016 06:04:37 +0000 (14:04 +0800)
src/JsRender/NodeToJs.vala

index 9d490f2..77e3305 100644 (file)
@@ -44,6 +44,10 @@ public class JsRender.NodeToJs : Object {
                //this.ar_props = new Gee.HashMap<string,string>();
                
                
+               
+               // this is the bit that causes issues - we have to output as we go, otherwise we 
+               // can not work out which line is which...
+               
                this.out_props = new Gee.HashMap<string,string>();
                this.out_listeners = new Gee.HashMap<string,string>();  
                this.out_nodeprops = new Gee.HashMap<string,Node>() ;