1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 21:05:45 +01:00

[bootstrap] Changes toward proper reinitialization after disabling.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-24 15:51:02 -05:00
parent 0d8f23fea5
commit 2f081bd805
7 changed files with 269 additions and 238 deletions

View File

@@ -75,6 +75,7 @@ const Services = Module("Services", {
if (!this.extensionManager)
Components.utils.import("resource://gre/modules/AddonManager.jsm");
},
reinit: function () {},
_create: function (classes, ifaces, meth, init, args) {
try {