mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-30 15:49:50 -04:00
parent
94e07e77f0
commit
b99d54f8c3
2 changed files with 6 additions and 0 deletions
src/core
|
@ -15,6 +15,8 @@
|
|||
* @namespace
|
||||
*/
|
||||
|
||||
// Locally override define, so acorn.js does not export itself
|
||||
var define = null;
|
||||
/*#*/ if (options.parser == 'acorn') {
|
||||
/*#*/ include('../../lib/acorn-min.js');
|
||||
/*#*/ } else if (options.parser == 'esprima') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue