JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 Aug 2014 07:39:15 +0000 (15:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Aug 2014 07:39:15 +0000 (15:39 +0800)
JsRender/NodeToVala.vala

index 4e6ecc9..a224a7f 100644 (file)
@@ -266,6 +266,7 @@ public class JsRender.NodeToVala : Object {
                                        args += "null";
                                        continue;
                                }
+                               this.ignore(n);
                                args += this.node.get(n);
 
                        }