diff --git a/common/content/completion.js b/common/content/completion.js index 38bbdb11..27211e49 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -159,7 +159,8 @@ function CompletionContext(editor, name, offset) //{{{ * contain inactive contexts. For active contexts, see * {@link #contextList}. */ - this.contexts = { "/": this }; + //this.contexts = { "/": this }; + this.contexts = { name: this }; /** * @property {Object} A mapping of keys, for {@link #getKey}. Given * { key: value }, getKey(item, key) will return values as such: