src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:35:55 +0000 (12:35 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:35:55 +0000 (12:35 +0800)
src/JsRender/NodeToVala.vala

index 08ebff2..05513df 100644 (file)
@@ -4,6 +4,10 @@
  * 
  * usage : x = (new JsRender.NodeToJs(node)).munge();
  * 
+ * 
+ * 
+ * 
+ * 
 */
 
 
@@ -42,6 +46,7 @@ public class JsRender.NodeToVala : Object {
                this.cls = node.xvala_cls;
                this.xcls = node.xvala_xcls;
                this.ret = "";
+               this.line = 0;
                this.top = top == null ? this : top;
                this.ignoreList = new Gee.ArrayList<string>();
                this.ignoreWrappedList  = new Gee.ArrayList<string>();