mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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,
|
version: typeof window === 'object' ? 'dev' : version,
|
||||||
environment: 'browser',
|
environment: 'browser',
|
||||||
parser: 'acorn',
|
parser: 'acorn',
|
||||||
legacy: true,
|
|
||||||
svg: true,
|
svg: true,
|
||||||
fatlineClipping: true,
|
fatlineClipping: true,
|
||||||
booleanOperations: true,
|
booleanOperations: true,
|
||||||
nativeContains: false,
|
nativeContains: false,
|
||||||
paperScript: true,
|
paperScript: true
|
||||||
palette: true,
|
|
||||||
debug: false
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue