mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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,
|
||||
// e.g. `if (operator.unite)`
|
||||
operator[operation] = true;
|
||||
operator.name = operation;
|
||||
// Give both paths the same orientation except for subtraction
|
||||
// and exclusion, where we need them at opposite orientation.
|
||||
if (_path2 && (operator.subtract || operator.exclude)
|
||||
|
|
Loading…
Reference in a new issue