1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 03:02:26 +01:00

Fix vimperator for the latest firefox nightlies

This commit is contained in:
Daniel Bainton
2009-03-03 15:53:42 +02:00
parent 00458601b5
commit 8e85219443

View File

@@ -658,7 +658,6 @@ CompletionContext.prototype = {
this.tabPressed = false;
this.title = ["Completions"];
this.updateAsync = false;
this.waitingForTab = false;
this.cancelAll();
@@ -677,7 +676,6 @@ CompletionContext.prototype = {
for each (let context in this.contexts)
{
context.hasItems = false;
context.incomplete = false;
}
},