Fix typo in previous patch spotted by pete.zha@sun.com a=roc

This commit is contained in:
neil%parkwaycc.co.uk 2004-07-08 19:34:05 +00:00
Родитель 29b610a7a6
Коммит 44bf000c5d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -336,7 +336,7 @@ function HandleKeyEvent( aEvent )
function HandleClickEvent( aEvent )
{
if (aEvent.button == 0 && event.target.parentNode.view.selection.count) {
if (aEvent.button == 0 && aEvent.target.parentNode.view.selection.count) {
if (!onStart())
return false;
window.close();