mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 20:55:45 +01:00
Allow <Uxxxx> key names.
--HG-- extra : rebase_source : 659bc3b0faab56e52c584e514411fa7cacd8af77
This commit is contained in:
@@ -73,8 +73,7 @@ const Services = Module("Services", {
|
||||
let res = Cc[classes][meth || "getService"]();
|
||||
if (!ifaces)
|
||||
return res.wrappedJSObject;
|
||||
ifaces = Array.concat(ifaces);
|
||||
ifaces.forEach(function (iface) res.QueryInterface(iface));
|
||||
Array.concat(ifaces).forEach(function (iface) res.QueryInterface(iface));
|
||||
return res;
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user