mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-10 21:53:34 +02:00
Import minor changes from groups branch.
This commit is contained in:
@@ -245,7 +245,7 @@ var AutoCommands = Module("autocommands", {
|
||||
};
|
||||
},
|
||||
javascript: function () {
|
||||
JavaScript.setCompleter(this.get, [function () Iterator(config.autocommands)]);
|
||||
JavaScript.setCompleter(autocommands.get, [function () Iterator(config.autocommands)]);
|
||||
},
|
||||
options: function () {
|
||||
options.add(["eventignore", "ei"],
|
||||
|
||||
Reference in New Issue
Block a user