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