1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 22:47:59 +01:00

Fix JavaScript completion broken in revision f85e8a231e7f.

This commit is contained in:
Kris Maglione
2010-09-23 15:57:32 -04:00
parent 8225325577
commit 4a1e10badd

View File

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