Bug 330360 switching from preventBubble to stopPropagation r=smaug sr=bienvenu

This commit is contained in:
neil%parkwaycc.co.uk 2006-03-16 16:21:00 +00:00
Родитель f6798176c0
Коммит 9a41e110e1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -936,7 +936,7 @@
if (killEvent) {
aEvent.preventDefault();
aEvent.preventBubble();
aEvent.stopPropagation();
}
return true;