mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 01:47:59 +01:00
Clean up so loose ends from the recent Command#execute refactoring.
This fixes [count]u. --HG-- extra : rebase_source : a453a99a757e434b6ce1758320d5840d8286002e
This commit is contained in:
@@ -127,14 +127,7 @@ const Command = Class("Command", {
|
||||
/**
|
||||
* Execute this command.
|
||||
*
|
||||
* @param {string} args The args to be parsed and passed to
|
||||
* {@link #action}.
|
||||
* @param {boolean} bang Whether this command was executed with a trailing
|
||||
* bang.
|
||||
* @deprecated
|
||||
* @param {number} count Whether this command was executed with a leading
|
||||
* count.
|
||||
* @deprecated
|
||||
* @param {Args} args The Args object passed to {@link #action}.
|
||||
* @param {Object} modifiers Any modifiers to be passed to {@link #action}.
|
||||
*/
|
||||
execute: function (args, modifiers) {
|
||||
|
||||
Reference in New Issue
Block a user