From 2d58d84de5d9e9e94f78e9f5117069e00de0aa6b Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 12 Jan 2009 13:54:10 -0500 Subject: [PATCH] Fix b34838e4b6fc54d42eebfcb4f20c26ee8e4db473 --- common/content/completion.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/content/completion.js b/common/content/completion.js index 27211e49..d9058059 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -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: