From feec90428814baf61ed3ff42597ae3ccaf81b105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 6 Jan 2016 11:14:38 +0100 Subject: [PATCH] Fix white-space. --- src/path/PathItem.Boolean.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index 6ad49990..534d4265 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -536,7 +536,7 @@ PathItem.inject(new function() { * @return {Path[]} the contours traced */ function tracePaths(segments, operator, overlapsOnly) { - var paths = [], + var paths = [], start, otherStart;