mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 12:44:10 +01:00
Fix charset bustage.
This commit is contained in:
@@ -529,7 +529,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
description: "The character encoding of the bookmark",
|
||||
type: CommandOption.STRING,
|
||||
completer: function (context) completion.charset(context),
|
||||
validator: Option.validateCompleter
|
||||
validator: io.bound.validateCharset
|
||||
},
|
||||
{
|
||||
names: ["-id"],
|
||||
|
||||
Reference in New Issue
Block a user