src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 07:35:32 +0000 (15:35 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 07:35:32 +0000 (15:35 +0800)
src/JsRender/NodeToJs.vala

index e5bf553..6b8676f 100644 (file)
@@ -226,7 +226,7 @@ public class JsRender.NodeToJs : Object {
                        this.node.setLine(this.cur_line, "p",niter.get_key());
                        this.addLine(this.pad + niter.get_key() + " : " + addstr, ',');
                        if (iter.get_key() == "xns") {
-                                       this.addLine(this.pad + "'|xns' : '" + addstr "'", ',');
+                                       this.addLine(this.pad + "'|xns' : '" + addstr "'", ',');
 
                                }