mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:02:26 +01:00
Fix Command#lastCommand.
--HG-- extra : rebase_source : 3c37db1a4c7bfae5316e83cd16e6bcf2059c55bb
This commit is contained in:
@@ -142,7 +142,7 @@ var Command = Class("Command", {
|
|||||||
|
|
||||||
get helpTag() ":" + this.name,
|
get helpTag() ":" + this.name,
|
||||||
|
|
||||||
get lastCommand() this._lastCommand || commandline.command,
|
get lastCommand() this._lastCommand || this.modules.commandline.command,
|
||||||
set lastCommand(val) { this._lastCommand = val; },
|
set lastCommand(val) { this._lastCommand = val; },
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user