mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 00:29:29 -04:00
Adapt to new bower_components directory.
This commit is contained in:
parent
4738847f30
commit
dfa1687a90
4 changed files with 6 additions and 6 deletions
src/core
|
@ -32,9 +32,9 @@ paper.PaperScope.prototype.PaperScript = (function(root) {
|
|||
scope = root;
|
||||
/*#*/ } // options.version == 'dev'
|
||||
/*#*/ if (options.parser == 'acorn') {
|
||||
/*#*/ include('../../components/acorn/acorn.min.js', { exports: false });
|
||||
/*#*/ include('../../bower_components/acorn/acorn.min.js', { exports: false });
|
||||
/*#*/ } else if (options.parser == 'esprima') {
|
||||
/*#*/ include('../../components/esprima/esprima.min.js', { exports: false });
|
||||
/*#*/ include('../../bower_components/esprima/esprima.min.js', { exports: false });
|
||||
/*#*/ }
|
||||
|
||||
// Operators to overload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue