src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 07:17:23 +0000 (15:17 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 07:17:23 +0000 (15:17 +0800)
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") + "'");