From 42ce91323c429d4f99eba5b44261e966f00a856c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 29 Jul 2015 11:28:20 +0800 Subject: [PATCH] docs: Small style fix for #2337 --- docs/api/tray.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/tray.md b/docs/api/tray.md index 9332822a32a..dcb88dd4f75 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -74,15 +74,15 @@ will be emitted if the tray icon has context menu. ### Event: 'double-clicked' -Emitted when the tray icon is double clicked. - * `event` * `bounds` Object - the bounds of tray icon * `x` Integer * `y` Integer * `width` Integer * `height` Integer - + +Emitted when the tray icon is double clicked. + __Note:__ This is only implemented on OS X. ### Event: 'balloon-show'