mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -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,
|
||||
clearCurves = [],
|
||||
prevCurve,
|
||||
prevT;
|
||||
prevTime;
|
||||
|
||||
for (var i = locations.length - 1; i >= 0; i--) {
|
||||
var loc = locations[i];
|
||||
|
|
Loading…
Reference in a new issue