src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 05:28:01 +0000 (13:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 05:28:01 +0000 (13:28 +0800)
src/JsRender/NodeToJs.vala

index 5ed07ae..237381b 100644 (file)
@@ -331,10 +331,10 @@ public class JsRender.NodeToJs : Object {
                return x.munge();
        }
        
-       public string mungeChildNew(string pad ,  Node cnode, int offset = 0)
+       public string mungeChildNew(string pad ,  Node cnode )
        {
                var x = new  NodeToJs(cnode, this.doubleStringProps, pad, this);
-               x.cur_line -= offset;
+        
                x.munge();
                return x.ret;
        }