mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 07:45:49 +01:00
[bootstrap] Add code to manually reload stale cached modules on rehash.
--HG-- branch : bootstrapped
This commit is contained in:
@@ -14,7 +14,7 @@ defineModule("services", {
|
||||
/**
|
||||
* A lazily-instantiated XPCOM class and service cache.
|
||||
*/
|
||||
const Services = Module("Services", {
|
||||
var Services = Module("Services", {
|
||||
init: function () {
|
||||
this.classes = {};
|
||||
this.services = {};
|
||||
|
||||
Reference in New Issue
Block a user