summaryrefslogtreecommitdiff
path: root/common/content/options.js
diff options
context:
space:
mode:
authoranekos <anekos@snca.net>2008-12-21 15:40:12 +0900
committeranekos <anekos@snca.net>2008-12-21 15:40:12 +0900
commit9ac029441f7179d0bd260a6bf08c067584ede121 (patch)
tree35bbaf1a0343553a09de7cf9e3419c11445c5da9 /common/content/options.js
parent8f49dd3b4b28cbf53000f0ee58e269a14d2fb514 (diff)
downloadpentadactyl-9ac029441f7179d0bd260a6bf08c067584ede121.tar.gz
Fix typo.
Diffstat (limited to 'common/content/options.js')
-rw-r--r--common/content/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/options.js b/common/content/options.js
index dfccebed..c20882db 100644
--- a/common/content/options.js
+++ b/common/content/options.js
@@ -334,7 +334,7 @@ function Options() //{{{
switch (typeof value)
{
case "string":
- if (type == service["pref"].PREF_INVALID || type == service["prefBranch"].PREF_STRING)
+ if (type == service["pref"].PREF_INVALID || type == service["pref"].PREF_STRING)
service["pref"].setCharPref(name, value);
else if (type == service["pref"].PREF_INT)
liberator.echoerr("E521: Number required after =: " + name + "=" + value);