1
0
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:
Kris Maglione
2011-02-03 02:34:40 -05:00
parent edecec56f9
commit b10e4e4b3a
5 changed files with 21 additions and 10 deletions

View File

@@ -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) {