Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst
git-svn-id: svn://10.0.0.236/trunk@192998 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2277,7 +2277,7 @@ function changeLanguage(event)
|
||||
InlineSpellChecker.checkDocument(window.content.document);
|
||||
}
|
||||
|
||||
event.preventBubble();
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
function ToggleReturnReceipt(target)
|
||||
|
||||
Reference in New Issue
Block a user