mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove unused property.
This commit is contained in:
parent
8bbbe149ea
commit
a410aafaf2
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ PathItem.inject(new function() {
|
||||||
// Add a simple boolean property to check for a given operation,
|
// Add a simple boolean property to check for a given operation,
|
||||||
// e.g. `if (operator.unite)`
|
// e.g. `if (operator.unite)`
|
||||||
operator[operation] = true;
|
operator[operation] = true;
|
||||||
operator.name = operation;
|
|
||||||
// Give both paths the same orientation except for subtraction
|
// Give both paths the same orientation except for subtraction
|
||||||
// and exclusion, where we need them at opposite orientation.
|
// and exclusion, where we need them at opposite orientation.
|
||||||
if (_path2 && (operator.subtract || operator.exclude)
|
if (_path2 && (operator.subtract || operator.exclude)
|
||||||
|
|
Loading…
Reference in a new issue