mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-30 07:39:50 -04:00
Switch to using dependencies as bower components.
This commit is contained in:
parent
f572ad9c0a
commit
77c27f8a36
12 changed files with 12 additions and 5894 deletions
src/core
|
@ -20,9 +20,9 @@
|
|||
// in terms of performance.
|
||||
paper.PaperScope.prototype.PaperScript = new function() {
|
||||
/*#*/ if (options.parser == 'acorn') {
|
||||
/*#*/ include('../../lib/acorn-min.js');
|
||||
/*#*/ include('../../components/acorn/acorn.min.js');
|
||||
/*#*/ } else if (options.parser == 'esprima') {
|
||||
/*#*/ include('../../lib/esprima-min.js');
|
||||
/*#*/ include('../../components/esprima/esprima.min.js');
|
||||
/*#*/ }
|
||||
|
||||
// Operators to overload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue