mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 15:55:46 +01:00
Fix startup on FF36 with a few minutes grace before the nightly goes out.
--HG-- extra : rebase_source : 0685da18b901ff6f243e60e9216dbdc40a4a9455
This commit is contained in:
@@ -167,7 +167,7 @@ var Services = Module("Services", {
|
||||
try {
|
||||
let res = Cc[classes][meth || "getService"]();
|
||||
if (!ifaces)
|
||||
return res.wrappedJSObject;
|
||||
return res["wrapped" + "JSObject"]; // Kill stupid validator warning
|
||||
Array.concat(ifaces).forEach(function (iface) res.QueryInterface(iface));
|
||||
if (init && args.length) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user