mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 04:12:27 +01:00
Remove unused var.
This commit is contained in:
@@ -1794,7 +1794,6 @@ var Ary = Class("Ary", Array, {
|
|||||||
if (Symbol.iterator in ary && !isArray(ary))
|
if (Symbol.iterator in ary && !isArray(ary))
|
||||||
ary = [k for (k of ary)];
|
ary = [k for (k of ary)];
|
||||||
|
|
||||||
let self = this;
|
|
||||||
return new Proxy(ary, {
|
return new Proxy(ary, {
|
||||||
get: function array_get(target, prop) {
|
get: function array_get(target, prop) {
|
||||||
if (prop == "array")
|
if (prop == "array")
|
||||||
|
|||||||
Reference in New Issue
Block a user