1
0
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:
Kris Maglione
2009-07-21 14:48:30 -04:00
parent 773814c985
commit a7de8b8cd0
4 changed files with 28 additions and 4 deletions

View File

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