From 7923d17aab932bd1115ee87175678053874512f2 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 2 Jan 2009 04:20:49 +0900 Subject: [PATCH] Fix unlet command. --- common/content/options.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/options.js b/common/content/options.js index ed4a2cb4..95512ff0 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -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]) {