mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 04:55:52 +01:00
Fix vimperator for the latest firefox nightlies
This commit is contained in:
@@ -658,7 +658,6 @@ CompletionContext.prototype = {
|
|||||||
this.tabPressed = false;
|
this.tabPressed = false;
|
||||||
this.title = ["Completions"];
|
this.title = ["Completions"];
|
||||||
this.updateAsync = false;
|
this.updateAsync = false;
|
||||||
this.waitingForTab = false;
|
|
||||||
|
|
||||||
this.cancelAll();
|
this.cancelAll();
|
||||||
|
|
||||||
@@ -677,7 +676,6 @@ CompletionContext.prototype = {
|
|||||||
for each (let context in this.contexts)
|
for each (let context in this.contexts)
|
||||||
{
|
{
|
||||||
context.hasItems = false;
|
context.hasItems = false;
|
||||||
context.incomplete = false;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user