1
0
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:
Kris Maglione
2011-01-26 03:02:05 -05:00
parent c284e1ced8
commit 7bf57e2355
4 changed files with 26 additions and 27 deletions

View File

@@ -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) {
},