Fix white-space.

This commit is contained in:
Jürg Lehni 2016-01-06 11:14:38 +01:00
parent df580425f4
commit feec904288

View file

@ -536,7 +536,7 @@ PathItem.inject(new function() {
* @return {Path[]} the contours traced
*/
function tracePaths(segments, operator, overlapsOnly) {
var paths = [],
var paths = [],
start,
otherStart;