mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-13 14:38:49 -04:00
Remove unnecessary commas.
Found using jscritic.com.
This commit is contained in:
parent
01dbfe705c
commit
400bc69159
2 changed files with 2 additions and 2 deletions
src/path
|
@ -318,7 +318,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
var winding = this._getWinding(point, false, true);
|
||||
return !!(this.getWindingRule() === 'evenodd' ? winding & 1 : winding);
|
||||
/*#*/ } // !__options.nativeContains && __options.booleanOperations
|
||||
},
|
||||
}
|
||||
|
||||
/**
|
||||
* Smooth bezier curves without changing the amount of segments or their
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue