mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 08:14:11 +01:00
Minor performance work.
This commit is contained in:
@@ -984,9 +984,11 @@ var Completion = Module("completion", {
|
||||
|
||||
modules.CompletionContext = Class("CompletionContext", CompletionContext, {
|
||||
init: function init() {
|
||||
this.options = modules.options;
|
||||
this.modules = modules;
|
||||
return init.superapply(this, arguments);
|
||||
}
|
||||
},
|
||||
|
||||
get options() this.modules.options
|
||||
});
|
||||
},
|
||||
commands: function (dactyl, modules, window) {
|
||||
|
||||
Reference in New Issue
Block a user