mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove unused build options.
This commit is contained in:
parent
bae7fa435f
commit
ec0e4fcd15
1 changed files with 1 additions and 4 deletions
|
@ -24,12 +24,9 @@ var __options = {
|
|||
version: typeof window === 'object' ? 'dev' : version,
|
||||
environment: 'browser',
|
||||
parser: 'acorn',
|
||||
legacy: true,
|
||||
svg: true,
|
||||
fatlineClipping: true,
|
||||
booleanOperations: true,
|
||||
nativeContains: false,
|
||||
paperScript: true,
|
||||
palette: true,
|
||||
debug: false
|
||||
paperScript: true
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue