1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:48:00 +01:00

Also update hints on scroll events.

This commit is contained in:
Kris Maglione
2010-10-09 20:15:24 -04:00
parent d0e2262565
commit d6e62a728d
2 changed files with 8 additions and 3 deletions

View File

@@ -537,7 +537,7 @@ const JavaScript = Module("javascript", {
args.push(key + string);
let compl = function (context, obj) {
let res = completer.call(self, context, funcName, obj, args);
let res = completer.call(self, context, funcName, obj.obj, args);
if (res)
context.completions = res;
};