1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 10:04:11 +01:00

'Option' refactoring.

This commit is contained in:
Kris Maglione
2009-11-13 21:32:19 -05:00
parent 383e0d9ed1
commit a75ef9a540
2 changed files with 116 additions and 104 deletions

View File

@@ -35,7 +35,7 @@ const Browser = Module("browser", {
"Sets the current buffer's character encoding",
"string", "UTF-8",
{
scope: options.OPTION_SCOPE_LOCAL,
scope: Option.SCOPE_LOCAL,
getter: function () getBrowser().docShell.QueryInterface(Ci.nsIDocCharset).charset,
setter: function (val) {
if (options["encoding"] == val)