mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 04:35:46 +01:00
Fix some inline/help docs.
This commit is contained in:
@@ -153,7 +153,7 @@ const liberator = (function () //{{{
|
||||
group.setter(value);
|
||||
return value;
|
||||
},
|
||||
completer: function (filter)
|
||||
completer: function (context)
|
||||
{
|
||||
let opts = [v.opts for ([k, v] in Iterator(groups))];
|
||||
opts = opts.map(function (opt) [[k, v[0]] for ([k, v] in Iterator(opt))]);
|
||||
|
||||
Reference in New Issue
Block a user