1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 02:12:27 +01:00

Remove unused var.

This commit is contained in:
Doug Kearns
2015-06-09 00:30:21 +10:00
parent b541195188
commit 3e77e62c78

View File

@@ -1794,7 +1794,6 @@ var Ary = Class("Ary", Array, {
if (Symbol.iterator in ary && !isArray(ary))
ary = [k for (k of ary)];
let self = this;
return new Proxy(ary, {
get: function array_get(target, prop) {
if (prop == "array")