mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Fix accidentally leaked global variable.
This commit is contained in:
parent
a71c364594
commit
74d188967c
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ PathItem.inject(new function() {
|
||||||
noHandles = false,
|
noHandles = false,
|
||||||
clearCurves = [],
|
clearCurves = [],
|
||||||
prevCurve,
|
prevCurve,
|
||||||
prevT;
|
prevTime;
|
||||||
|
|
||||||
for (var i = locations.length - 1; i >= 0; i--) {
|
for (var i = locations.length - 1; i >= 0; i--) {
|
||||||
var loc = locations[i];
|
var loc = locations[i];
|
||||||
|
|
Loading…
Reference in a new issue