Fix some overlong lines.

This commit is contained in:
Ms2ger 2015-05-14 13:26:13 +02:00
parent 40a91d6227
commit d84c3e7a30
7 changed files with 30 additions and 13 deletions

View file

@ -262,7 +262,8 @@ pub enum MozBrowserEvent {
AsyncScroll,
/// Sent when window.close() is called within a browser <iframe>.
Close,
/// Sent when a browser <iframe> tries to open a context menu. This allows handling <menuitem> element available within the browser <iframe>'s content.
/// Sent when a browser <iframe> tries to open a context menu. This allows
/// handling <menuitem> element available within the browser <iframe>'s content.
ContextMenu,
/// Sent when an error occurred while trying to load content within a browser <iframe>.
Error,