src/JsRender/Node.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 08:10:56 +0000 (16:10 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 08:10:56 +0000 (16:10 +0800)
src/JsRender/Node.vala

index 057d301..5fd81b2 100644 (file)
@@ -226,7 +226,7 @@ public class JsRender.Node : Object {
        public void dumpProps(string indent = "")
        {
                print("%s:\n" , this.fqn());
-               foreach(int el in this.node_lines) {
+               foreach(int el in this.lines) {
                        print("%s  %s\n", indent, this.line_map.get(el));
                }
                foreach(Node n in this.items) {