src/JsRender/Node.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 06:39:30 +0000 (14:39 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 06:39:30 +0000 (14:39 +0800)
src/JsRender/Node.vala

index 3f793a5..b124345 100644 (file)
@@ -124,7 +124,7 @@ public class JsRender.Node : Object {
                this.lines = new Gee.ArrayList<int>();
                this.line_map = new Gee.HashMap<int,string>();
                this.node_lines = new Gee.ArrayList<int>();
-               this.node_line_map = new Gee.HashMap<int,Node>();
+               this.node_lines_map = new Gee.HashMap<int,Node>();
                
        }