1
0
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:
Kris Maglione
2011-03-15 18:22:44 -04:00
parent a0ca379cfd
commit afbe703985
5 changed files with 14 additions and 18 deletions

View File

@@ -620,6 +620,7 @@ function memoize(obj, key, getter) {
});
}
catch (e) {
util.reportError(e);
obj[key] = getter.call(obj, key);
}
}