mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:27:58 +01:00
Fix unduly early loading of the commandline module.
This commit is contained in:
@@ -129,6 +129,9 @@ var Command = Class("Command", {
|
||||
|
||||
get helpTag() ":" + this.name,
|
||||
|
||||
get lastCommand() this._lastCommand || commandline.command,
|
||||
set lastCommand(val) { this._lastCommand = val; },
|
||||
|
||||
/**
|
||||
* Execute this command.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user