1
0
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:
Kris Maglione
2011-01-24 05:05:57 -05:00
parent 93b9aade1d
commit e0e2e805f7
7 changed files with 71 additions and 15 deletions

View File

@@ -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);