mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 06:04:13 +01:00
Fix cleanup of styles during :rehash.
--HG-- branch : bootstrapped
This commit is contained in:
1
common/bootstrap.js
vendored
1
common/bootstrap.js
vendored
@@ -190,6 +190,7 @@ function shutdown(data, reason) {
|
||||
services.observer.notifyObservers(null, "dactyl-purge", null);
|
||||
|
||||
services.observer.notifyObservers(null, "dactyl-cleanup", null);
|
||||
services.observer.notifyObservers(null, "dactyl-cleanup-modules", null);
|
||||
for (let factory in values(components))
|
||||
// TODO: Categories;
|
||||
factory.unregister();
|
||||
|
||||
Reference in New Issue
Block a user