mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Fixing function name for pressing delete key.
This commit is contained in:
parent
3133a1cf8b
commit
f12a078f53
@ -722,7 +722,7 @@ function deleteEventCommand( DoNotConfirm )
|
||||
{
|
||||
if( unifinderToDoHasFocus() )
|
||||
{
|
||||
unifinderDeleteToDoCommand( DoNotConfirm );
|
||||
deleteToDoCommand( DoNotConfirm );
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user