1
0
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:
Kris Maglione
2010-12-27 12:39:49 -05:00
parent ff52485ca5
commit 0b853aba4e
2 changed files with 12 additions and 14 deletions

1
common/bootstrap.js vendored
View File

@@ -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();