1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 04:14:11 +01: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 [,name] in args)
{
let name = args[i];
let reference = liberator.variableReference(name);
if (!reference[0])
{