From 74d188967c2a9a04f2649df71ef23b4188102626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 2 Feb 2016 14:03:25 +0100 Subject: [PATCH] Fix accidentally leaked global variable. --- 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 68b40387..5fd34797 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -236,7 +236,7 @@ PathItem.inject(new function() { noHandles = false, clearCurves = [], prevCurve, - prevT; + prevTime; for (var i = locations.length - 1; i >= 0; i--) { var loc = locations[i];