зеркало из https://github.com/mozilla/gecko-dev.git
Fixing function name for pressing delete key.
This commit is contained in:
Родитель
3133a1cf8b
Коммит
f12a078f53
|
@ -722,7 +722,7 @@ function deleteEventCommand( DoNotConfirm )
|
|||
{
|
||||
if( unifinderToDoHasFocus() )
|
||||
{
|
||||
unifinderDeleteToDoCommand( DoNotConfirm );
|
||||
deleteToDoCommand( DoNotConfirm );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче