mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 03:07:58 +01:00
Fix JavaScript completion broken in revision f85e8a231e7f.
This commit is contained in:
@@ -358,7 +358,7 @@ const JavaScript = Module("javascript", {
|
|||||||
offset: key.length
|
offset: key.length
|
||||||
};
|
};
|
||||||
|
|
||||||
context.forceAnchored = true;
|
this.context.forceAnchored = true;
|
||||||
// TODO: Make this a generic completion helper function.
|
// TODO: Make this a generic completion helper function.
|
||||||
for (let [, obj] in Iterator(objects))
|
for (let [, obj] in Iterator(objects))
|
||||||
this.context.fork(obj[1], this._top.offset, this, this._fill,
|
this.context.fork(obj[1], this._top.offset, this, this._fill,
|
||||||
|
|||||||
Reference in New Issue
Block a user