1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 23:05:46 +01:00

Add abbreviation hives and fix some apparently long standing abbreviation bugs in the process. :(

This commit is contained in:
Kris Maglione
2011-02-11 11:34:55 -05:00
parent 0899c52448
commit 0d4fe708a1
5 changed files with 172 additions and 124 deletions

View File

@@ -686,9 +686,9 @@ var Commands = Module("commands", {
repeat: null,
add: function () this.builtin._add.apply(this.builtin, arguments),
addUserCommand: deprecated("commands.user.add", { get: function addUserCommand() this.user.closure._add }),
getUserCommands: deprecated("iter(commands.user)", function getUserCommands() iter(this.user).toArray()),
removeUserCommand: deprecated("commands.user.remove", { get: function removeUserCommand() this.user.closure.remove }),
addUserCommand: deprecated("group.commands.add", { get: function addUserCommand() this.user.closure._add }),
getUserCommands: deprecated("iter(group.commands)", function getUserCommands() iter(this.user).toArray()),
removeUserCommand: deprecated("group.commands.remove", { get: function removeUserCommand() this.user.closure.remove }),
/**
* Returns the specified command invocation object serialized to