mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:07:57 +01:00
Some Gecko 2 fixes.
--HG-- branch : testing
This commit is contained in:
@@ -1134,7 +1134,7 @@ const CommandLine = Module("commandline", {
|
||||
let str = commandline.command;
|
||||
return str.substring(this.prefix.length, str.length - this.suffix.length);
|
||||
},
|
||||
set completion set_completion(completion) {
|
||||
set completion(completion) {
|
||||
this.previewClear();
|
||||
|
||||
// Change the completion text.
|
||||
|
||||
Reference in New Issue
Block a user