mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 18:55:46 +01:00
Make 'strictfocus' a currently undocumented sitemap option.
This commit is contained in:
@@ -311,7 +311,10 @@ var Option = Class("Option", {
|
||||
* @property {function(CompletionContext, Args)} This option's completer.
|
||||
* @see CompletionContext
|
||||
*/
|
||||
completer: function completer(context) {
|
||||
completer: function completer(context, extra) {
|
||||
if (/map$/.test(this.type) && extra.value == null)
|
||||
return;
|
||||
|
||||
if (this.values)
|
||||
context.completions = this.values;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user