mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:17:59 +01:00
@@ -845,7 +845,7 @@ var CommandLine = Module("commandline", {
|
|||||||
this._lastEchoTime = (flags & this.FORCE_SINGLELINE) && Date.now();
|
this._lastEchoTime = (flags & this.FORCE_SINGLELINE) && Date.now();
|
||||||
|
|
||||||
if (action)
|
if (action)
|
||||||
action.call(this, data, highlightGroup, single);
|
action.call(this, data, highlightGroup, single());
|
||||||
},
|
},
|
||||||
_lastEchoTime: 0,
|
_lastEchoTime: 0,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user