mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 08:15:46 +01:00
Fix some early instantiation.
This commit is contained in:
@@ -198,11 +198,6 @@ var Services = Module("Services", {
|
||||
*/
|
||||
has: function (name) Set.has(this.services, name) && this.services[name].class in Cc &&
|
||||
this.services[name].interfaces.every(function (iface) iface in Ci)
|
||||
}, {
|
||||
}, {
|
||||
javascript: function (dactyl, modules) {
|
||||
modules.JavaScript.setCompleter(this.get, [function () [[k, v] for ([k, v] in Iterator(services)) if (v instanceof Ci.nsISupports)]]);
|
||||
}
|
||||
});
|
||||
|
||||
endModule();
|
||||
|
||||
Reference in New Issue
Block a user