mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 08:42:27 +01:00
Fix some general brokenness.
--HG-- branch : testing
This commit is contained in:
@@ -1109,7 +1109,7 @@ const CommandLine = Module("commandline", {
|
||||
*/
|
||||
Completions: Class("Completions", {
|
||||
init: function (input) {
|
||||
this.context = CompletionContext(input.editor);
|
||||
this.context = CompletionContext(input.QueryInterface(Ci.nsIDOMNSEditableElement).editor);
|
||||
this.context.onUpdate = this.closure._reset;
|
||||
this.editor = input.editor;
|
||||
this.selected = null;
|
||||
|
||||
Reference in New Issue
Block a user