src/JsRender/Node.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 05:45:05 +0000 (13:45 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 05:45:05 +0000 (13:45 +0800)
src/JsRender/Node.vala

index 61a7157..3c30dd5 100644 (file)
@@ -117,6 +117,7 @@ public class JsRender.Node : Object {
                this.xvala_id = "";
                this.parent = null;
                this.line = -1;
+               this.line_end = -1;             
                this.proplines = new Gee.HashMap<string,int>();
                this.listenlines = Gee.HashMap<string,int>();