mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 06:34:13 +01:00
Remove some commented-out code from :unlet action.
This commit is contained in:
@@ -891,11 +891,6 @@ function Options() //{{{
|
||||
"Delete a variable",
|
||||
function (args)
|
||||
{
|
||||
//let names = args.split(/ /);
|
||||
//if (typeof names == "string") names = [names];
|
||||
|
||||
//let length = names.length;
|
||||
//for (let i = 0, name = names[i]; i < length; name = names[++i])
|
||||
for (let [,name] in args)
|
||||
{
|
||||
let reference = liberator.variableReference(name);
|
||||
|
||||
Reference in New Issue
Block a user