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

index c7d0ba2..1d2be49 100644 (file)
@@ -92,7 +92,8 @@ public class JsRender.NodeToJs : Object {
                }
 
                this.mungeOut();
-               
+               return this.ret;
+               /*
                // oprops...    
                        
                var spad = this.pad.substring(0, this.pad.length-indent);
@@ -115,7 +116,7 @@ public class JsRender.NodeToJs : Object {
                         "{\n" +
                                this.pad  + str_props + 
                                "\n" + spad +  "})";
-                    
+               */   
        } 
                /**