src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 09:49:00 +0000 (17:49 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 09:49:00 +0000 (17:49 +0800)
src/JsRender/NodeToJs.vala

index 19791a4..32f07db 100644 (file)
@@ -189,7 +189,7 @@ public class JsRender.NodeToJs : Object {
  
                         
                        var k = iter.get();
-                       if (k == "xns" || x == "xtype") {
+                       if (k == "xns" || k == "xtype") {
                                continue;
                        }