mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 21:22:28 +01:00
Make .closure a Proxy and rename .bound
This commit is contained in:
@@ -765,7 +765,7 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
|
||||
completion: function initCompletion() {
|
||||
completion.register = function complete_register(context) {
|
||||
context = context.fork("registers");
|
||||
context.keys = { text: util.identity, description: editor.closure.getRegister };
|
||||
context.keys = { text: util.identity, description: editor.bound.getRegister };
|
||||
|
||||
context.match = function (r) !this.filter || this.filter.contains(r);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user