src/JsRender/JsRender.vala
authorAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 09:34:00 +0000 (17:34 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 09:34:00 +0000 (17:34 +0800)
src/JsRender/JsRender.vala

index ab8c0dc..a1ebd65 100644 (file)
@@ -356,7 +356,7 @@ namespace JsRender {
                        if (this.tree == null) {
                                return "";
                        }
-                       var x = new NodeToJs(this.tree, this.doubleStringProps, pad);
+                       var x = new NodeToJs(this.tree, this.doubleStringProps, pad, null);
                        return x.munge();