1
0
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:
Kris Maglione
2014-08-18 19:42:30 -07:00
parent 4ff0e3bc4c
commit e3abdd7559
3 changed files with 31 additions and 12 deletions

View File

@@ -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"],