From: Alan Knowles Date: Fri, 27 May 2016 06:04:37 +0000 (+0800) Subject: src/JsRender/NodeToJs.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=fb849e998a5e2d5f5f0c09575a555fcc2d77d923 src/JsRender/NodeToJs.vala --- diff --git a/src/JsRender/NodeToJs.vala b/src/JsRender/NodeToJs.vala index 9d490f2d7..77e33050d 100644 --- a/src/JsRender/NodeToJs.vala +++ b/src/JsRender/NodeToJs.vala @@ -44,6 +44,10 @@ public class JsRender.NodeToJs : Object { //this.ar_props = new Gee.HashMap(); + + // 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(); this.out_listeners = new Gee.HashMap(); this.out_nodeprops = new Gee.HashMap() ;