mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 01:54:12 +01:00
Make userContext a proper Context.
This commit is contained in:
@@ -620,6 +620,7 @@ function memoize(obj, key, getter) {
|
||||
});
|
||||
}
|
||||
catch (e) {
|
||||
util.reportError(e);
|
||||
obj[key] = getter.call(obj, key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user