mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix white-space.
This commit is contained in:
parent
df580425f4
commit
feec904288
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ PathItem.inject(new function() {
|
|||
* @return {Path[]} the contours traced
|
||||
*/
|
||||
function tracePaths(segments, operator, overlapsOnly) {
|
||||
var paths = [],
|
||||
var paths = [],
|
||||
start,
|
||||
otherStart;
|
||||
|
||||
|
|
Loading…
Reference in a new issue