mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Use nice formatting in produced code.
This commit is contained in:
parent
7bc56d4c39
commit
c86eaf5684
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue