mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 07:02:27 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -432,7 +432,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
return bookmarks.get(args.join(" "), args["-tags"], null, { keyword: context.filter, title: args["-title"] });
|
||||
},
|
||||
type: CommandOption.STRING,
|
||||
validator: function (arg) /^\S+$/.test(arg)
|
||||
validator: bind("test", /^\S+$/)
|
||||
};
|
||||
|
||||
commands.add(["bma[rk]"],
|
||||
|
||||
Reference in New Issue
Block a user