rconv.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 05:33:20 +0000 (13:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 05:33:20 +0000 (13:33 +0800)
rconv.js

index c17f628..79c8614 100644 (file)
--- a/rconv.js
+++ b/rconv.js
@@ -59,7 +59,7 @@ print("------------ out ------------------");
 // now try and render it back to javascript.
 var rclass = imports.JsRender[rf.cfg.type][rf.cfg.type];
 var render = new rclass(rf.cfg);
-
+print(render.toSource());
 
 print(JSON.stringify(rf.cfg, null,4));