mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 03:07:58 +01:00
Add favicons to :ba and :fo
This commit is contained in:
@@ -1232,7 +1232,7 @@ function Completion() //{{{
|
||||
{
|
||||
let arg = str.substring(prev + 1, idx);
|
||||
prev = idx;
|
||||
args.__defineGetter__(i, function () self.eval(arg));
|
||||
util.memoize(args, i, function () self.eval(arg));
|
||||
}
|
||||
let key = getKey();
|
||||
args.push(key + string);
|
||||
|
||||
Reference in New Issue
Block a user