mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
Fix b34838e4b6fc54d42eebfcb4f20c26ee8e4db473
This commit is contained in:
@@ -159,8 +159,7 @@ function CompletionContext(editor, name, offset) //{{{
|
||||
* contain inactive contexts. For active contexts, see
|
||||
* {@link #contextList}.
|
||||
*/
|
||||
//this.contexts = { "/": this };
|
||||
this.contexts = { name: this };
|
||||
this.contexts = { "": this };
|
||||
/**
|
||||
* @property {Object} A mapping of keys, for {@link #getKey}. Given
|
||||
* { key: value }, getKey(item, key) will return values as such:
|
||||
|
||||
Reference in New Issue
Block a user