mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Remove unused local reference.
This commit is contained in:
parent
85f7134fe6
commit
813ea48932
1 changed files with 1 additions and 2 deletions
|
@ -467,8 +467,7 @@ new function() { // Scope for statics
|
|||
// duplicates with calls to equals() after.
|
||||
var length = locations.length,
|
||||
l = 0,
|
||||
r = length - 1,
|
||||
abs = Math.abs;
|
||||
r = length - 1;
|
||||
|
||||
function search(index, dir) {
|
||||
// If we reach the beginning/end of the list, also compare with the
|
||||
|
|
Loading…
Reference in a new issue