mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
Remove a troublesome and unnecessary memoize statement.
This commit is contained in:
@@ -536,7 +536,7 @@ const JavaScript = Module("javascript", {
|
||||
args.push(key + string);
|
||||
|
||||
let compl = function (context, obj) {
|
||||
let res = completer.call(this, context, funcName, obj, args);
|
||||
let res = completer.call(self, context, funcName, obj, args);
|
||||
if (res)
|
||||
context.completions = res;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user