1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 11:54:13 +01:00

move Options.{setPref,getPref,setFirefoxPref,getFirefoxPref} to slots of vimperator.options

This commit is contained in:
Doug Kearns
2007-10-21 05:34:50 +00:00
parent d28cb96df2
commit 79577bea5f
7 changed files with 23 additions and 23 deletions

View File

@@ -352,7 +352,7 @@ function Mappings() //{{{
{
// setting this option triggers an observer
// which takes care of the mode setting
Options.setFirefoxPref("accessibility.browsewithcaret", true);
vimperator.options.setFirefoxPref("accessibility.browsewithcaret", true);
},
{
short_help: "Start caret mode",