src/JsRender/NodeToJs.vala
[app.Builder.js] / src / JsRender / NodeToJs.vala
index eb5691f..a13c801 100644 (file)
@@ -430,6 +430,7 @@ public class JsRender.NodeToJs : Object {
                Regex func_regex ;
 
                if (this.node.props.has_key("$ xns")) {
+                       // now sure why....
                        this.out_props.set("'|xns'", "'" +  this.node.props.get("$ xns") + "'" );
                        
                        //this.els.add("'|xns' : '" + this.node.props.get("$ xns") + "'");