Use nice formatting in produced code.

This commit is contained in:
Jürg Lehni 2011-03-04 01:09:22 +00:00
parent 7bc56d4c39
commit c86eaf5684

View file

@ -112,7 +112,7 @@ var PaperScript = new function() {
return walk(ast);
});
return parse_js.stringify(ast);
return parse_js.stringify(ast, true);
}
function run(code) {