1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 22:22:27 +01:00

Fix Command#lastCommand.

--HG--
extra : rebase_source : 3c37db1a4c7bfae5316e83cd16e6bcf2059c55bb
This commit is contained in:
Doug Kearns
2011-07-05 20:11:40 +10:00
parent 6263ad529d
commit c3739007d2

View File

@@ -142,7 +142,7 @@ var Command = Class("Command", {
get helpTag() ":" + this.name,
get lastCommand() this._lastCommand || commandline.command,
get lastCommand() this._lastCommand || this.modules.commandline.command,
set lastCommand(val) { this._lastCommand = val; },
/**