1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:48:00 +01:00

No mapping found

This commit is contained in:
Kris Maglione
2008-12-05 07:31:58 -05:00
parent bf25c4fe6a
commit 0e13ddd166
3 changed files with 8 additions and 15 deletions

View File

@@ -241,7 +241,7 @@ function CommandLine() //{{{
if (show)
{
this.itemList.reset();
this.select(this.RESET);
this.selected = null;
this.wildIndex = 0;
}
@@ -251,16 +251,9 @@ function CommandLine() //{{{
_reset: function _reset()
{
this.prefix = this.context.value.substring(0, this.start);
this.value = this.context.value.substring(this.start, this.caret);
this.suffix = this.context.value.substring(this.caret);
this.itemList.reset();
this.itemList.selectItem(this.selected);
this.wildIndex = 0;
this.wildtypes = this.wildmode.values;
this.preview();
},