mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 09:05:46 +01:00
Add 'javascript' module. Misc fixes along the way.
This commit is contained in:
@@ -1702,9 +1702,6 @@ const Liberator = Module("liberator", {
|
||||
},
|
||||
|
||||
completion: function () {
|
||||
completion.setFunctionCompleter(services.get, [function () services.services]);
|
||||
completion.setFunctionCompleter(services.create, [function () [[c, ""] for (c in services.classes)]]);
|
||||
|
||||
completion.dialog = function dialog(context) {
|
||||
context.title = ["Dialog"];
|
||||
context.completions = config.dialogs;
|
||||
|
||||
Reference in New Issue
Block a user