mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 08:25:46 +01:00
Make Teledactyl minimally functional, albeit with quite a lot of errors on the console.
This commit is contained in:
@@ -465,7 +465,7 @@ var Addons = Module("addons", {
|
||||
}
|
||||
});
|
||||
|
||||
if (!("nsIExtensionManager" in Ci) || !services.extensionManager)
|
||||
if (!services.has("extensionManager"))
|
||||
Components.utils.import("resource://gre/modules/AddonManager.jsm");
|
||||
else
|
||||
var AddonManager = {
|
||||
|
||||
Reference in New Issue
Block a user