зеркало из https://github.com/mozilla/pjs.git
Bug 330360 switching from preventBubble to stopPropagation r=smaug sr=bienvenu
This commit is contained in:
Родитель
f6798176c0
Коммит
9a41e110e1
|
@ -936,7 +936,7 @@
|
|||
|
||||
if (killEvent) {
|
||||
aEvent.preventDefault();
|
||||
aEvent.preventBubble();
|
||||
aEvent.stopPropagation();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче