1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-29 14:03:34 +02:00

Fix unlet command.

This commit is contained in:
anekos
2009-01-02 04:20:49 +09:00
parent e91fbcd754
commit 7923d17aab

View File

@@ -770,7 +770,6 @@ function Options() //{{{
//for (let i = 0, name = names[i]; i < length; name = names[++i]) //for (let i = 0, name = names[i]; i < length; name = names[++i])
for (let [,name] in args) for (let [,name] in args)
{ {
let name = args[i];
let reference = liberator.variableReference(name); let reference = liberator.variableReference(name);
if (!reference[0]) if (!reference[0])
{ {