mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 11:57:59 +01:00
Fix finder.
--HG-- branch : key-processing
This commit is contained in:
@@ -381,7 +381,6 @@ var CommandMode = Class("CommandMode", {
|
||||
}
|
||||
},
|
||||
|
||||
autocomplete: false,
|
||||
keepCommand: false,
|
||||
|
||||
onKeyPress: function onKeyPress(event) {
|
||||
@@ -392,9 +391,6 @@ var CommandMode = Class("CommandMode", {
|
||||
return true; /* Pass event */
|
||||
},
|
||||
|
||||
complete: function (context) {
|
||||
},
|
||||
|
||||
onCancel: function (value) {
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user