Fix accidentally leaked global variable.

This commit is contained in:
Jürg Lehni 2016-02-02 14:03:25 +01:00
parent a71c364594
commit 74d188967c

View file

@ -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];