mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix include statements.
They're not to be indented.
This commit is contained in:
parent
c93b86f013
commit
94ce1f1312
1 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@
|
|||
// better minification and the future use of strict mode once it makes sense
|
||||
// in terms of performance.
|
||||
paper.PaperScope.prototype.PaperScript = new function() {
|
||||
/*#*/ if (options.parser == 'acorn') {
|
||||
/*#*/ include('../../components/acorn/acorn.min.js');
|
||||
/*#*/ } else if (options.parser == 'esprima') {
|
||||
/*#*/ include('../../components/esprima/esprima.min.js');
|
||||
/*#*/ }
|
||||
/*#*/ if (options.parser == 'acorn') {
|
||||
/*#*/ include('../../components/acorn/acorn.min.js');
|
||||
/*#*/ } else if (options.parser == 'esprima') {
|
||||
/*#*/ include('../../components/esprima/esprima.min.js');
|
||||
/*#*/ }
|
||||
|
||||
// Operators to overload
|
||||
|
||||
|
|
Loading…
Reference in a new issue