From 4a1e10baddea906c75367d1d61d95b89d6de8873 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 23 Sep 2010 15:57:32 -0400 Subject: [PATCH] Fix JavaScript completion broken in revision f85e8a231e7f. --- common/content/javascript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/javascript.js b/common/content/javascript.js index a60ecf6e..741753a7 100644 --- a/common/content/javascript.js +++ b/common/content/javascript.js @@ -358,7 +358,7 @@ const JavaScript = Module("javascript", { offset: key.length }; - context.forceAnchored = true; + this.context.forceAnchored = true; // TODO: Make this a generic completion helper function. for (let [, obj] in Iterator(objects)) this.context.fork(obj[1], this._top.offset, this, this._fill,