mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +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
|
* contain inactive contexts. For active contexts, see
|
||||||
* {@link #contextList}.
|
* {@link #contextList}.
|
||||||
*/
|
*/
|
||||||
//this.contexts = { "/": this };
|
this.contexts = { "": this };
|
||||||
this.contexts = { name: this };
|
|
||||||
/**
|
/**
|
||||||
* @property {Object} A mapping of keys, for {@link #getKey}. Given
|
* @property {Object} A mapping of keys, for {@link #getKey}. Given
|
||||||
* { key: value }, getKey(item, key) will return values as such:
|
* { key: value }, getKey(item, key) will return values as such:
|
||||||
|
|||||||
Reference in New Issue
Block a user