mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:08:00 +01:00
Make Option.validateCompleter the default validator: look out for minor breakage.
This commit is contained in:
@@ -49,8 +49,7 @@ const Browser = Module("browser", {
|
||||
}
|
||||
catch (e) { liberator.reportError(e); }
|
||||
},
|
||||
completer: function (context) completion.charset(context),
|
||||
validator: Option.validateCompleter
|
||||
completer: function (context) completion.charset(context)
|
||||
});
|
||||
|
||||
// only available in FF 3.5
|
||||
|
||||
Reference in New Issue
Block a user