mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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
|
* @return {Path[]} the contours traced
|
||||||
*/
|
*/
|
||||||
function tracePaths(segments, operator, overlapsOnly) {
|
function tracePaths(segments, operator, overlapsOnly) {
|
||||||
var paths = [],
|
var paths = [],
|
||||||
start,
|
start,
|
||||||
otherStart;
|
otherStart;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue