mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 09:14:13 +01:00
Add filtering to :addons and :downloads. Add -type flag to :addons.
--HG-- branch : key-processing
This commit is contained in:
@@ -903,7 +903,7 @@ var CommandLine = Module("commandline", {
|
||||
|
||||
modes.push(modes.COMMAND_LINE, modes.PROMPT | extra.extended,
|
||||
update(Object.create(extra), {
|
||||
onEvent: extra.onEvent || this.extra.onEvent,
|
||||
onEvent: extra.onEvent || this.closure.onEvent,
|
||||
leave: function leave(stack) {
|
||||
commandline.leave(stack);
|
||||
leave.supercall(extra, stack);
|
||||
|
||||
Reference in New Issue
Block a user