mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 23:43:31 +02:00
Fix some early instantiation.
This commit is contained in:
@@ -282,7 +282,7 @@ var AutoCommands = Module("autocommands", {
|
||||
};
|
||||
},
|
||||
javascript: function () {
|
||||
JavaScript.setCompleter(autocommands.user.get, [function () Iterator(config.autocommands)]);
|
||||
JavaScript.setCompleter(AutoCmdHive.prototype.get, [function () Iterator(config.autocommands)]);
|
||||
},
|
||||
options: function () {
|
||||
options.add(["eventignore", "ei"],
|
||||
|
||||
Reference in New Issue
Block a user