1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 16:05:45 +01:00

Revert last revision.

This commit is contained in:
Kris Maglione
2011-02-03 09:06:52 -05:00
parent 4a09c97eb1
commit e470de350c
10 changed files with 39 additions and 66 deletions

View File

@@ -844,7 +844,7 @@ var Completion = Module("completion", {
get setFunctionCompleter() JavaScript.setCompleter, // Backward compatibility
Local: function (dactyl, modules, window) ({
get options() modules.options,
options: modules.options,
// FIXME
_runCompleter: function _runCompleter(name, filter, maxItems) {