Remove unused property.

This commit is contained in:
Jürg Lehni 2017-01-24 06:52:27 -05:00
parent 8bbbe149ea
commit a410aafaf2

View file

@ -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)