1
0
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:
Kris Maglione
2009-01-12 13:54:10 -05:00
parent 08f26c4671
commit 2d58d84de5

View File

@@ -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: