mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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 walk(ast);
|
||||||
});
|
});
|
||||||
|
|
||||||
return parse_js.stringify(ast);
|
return parse_js.stringify(ast, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
function run(code) {
|
function run(code) {
|
||||||
|
|
Loading…
Reference in a new issue