Remove unused build options.

This commit is contained in:
Jürg Lehni 2015-08-21 16:38:17 +02:00
parent bae7fa435f
commit ec0e4fcd15

View file

@ -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
};