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