1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:47:58 +01:00

Fix :normal. Closes issue #275.

This commit is contained in:
Kris Maglione
2011-01-19 20:43:49 -05:00
parent 95eb8aaf93
commit 35d7d40c43
3 changed files with 7 additions and 4 deletions

View File

@@ -666,6 +666,8 @@ var CommandLine = Module("commandline", {
return this.widgets.command = val;
return this._lastCommand = val;
},
get lastCommand() this._lastCommand || this.command,
set lastCommand(val) { this._lastCommand = val },
clear: function () {
if (this.widgets.message && this.widgets.message[1] === this._lastClearable)