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:
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user