1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 03:54:11 +01:00

Use Cu.unload where available.

--HG--
extra : rebase_source : 28ce17c49f2eeb6b330ce47e13e0543569348c59
This commit is contained in:
Kris Maglione
2011-07-12 19:10:16 -04:00
parent 7c85bffedd
commit 5b01369d62
3 changed files with 51 additions and 23 deletions

View File

@@ -1623,6 +1623,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
rehash: function (args) {
JSMLoader.commandlineArgs = args;
this.timeout(function () {
services.observer.notifyObservers(null, "startupcache-invalidate", "");
this.rehashing = true;
let addon = config.addon;
addon.userDisabled = true;