From eb064240f87095df3c6960f0a799d787777e987a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Machist=C3=A9=20N=2E=20Quintana?= Date: Mon, 7 Mar 2016 16:11:58 -0800 Subject: [PATCH 1/2] :memo: Link to OS X Cocoa Event Handling guide on actions --- docs/api/menu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/menu.md b/docs/api/menu.md index 7d05f88aa2b5..f62cf0da5b13 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -227,6 +227,8 @@ Sends the `action` to the first responder of application. This is used for emulating default Cocoa menu behaviors, usually you would just use the `role` property of `MenuItem`. +See the [OS X Cocoa Event Handling Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/EventOverview/EventArchitecture/EventArchitecture.html#//apple_ref/doc/uid/10000060i-CH3-SW7) for more information on OS X's native actions. + ### `Menu.buildFromTemplate(template)` * `template` Array From f47851f1e70854627ac3860f3c9be8bfe0e04831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Machist=C3=A9=20N=2E=20Quintana?= Date: Mon, 7 Mar 2016 16:19:00 -0800 Subject: [PATCH 2/2] :memo: :art: Hard wrap --- docs/api/menu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/menu.md b/docs/api/menu.md index f62cf0da5b13..529113509f8d 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -227,7 +227,8 @@ Sends the `action` to the first responder of application. This is used for emulating default Cocoa menu behaviors, usually you would just use the `role` property of `MenuItem`. -See the [OS X Cocoa Event Handling Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/EventOverview/EventArchitecture/EventArchitecture.html#//apple_ref/doc/uid/10000060i-CH3-SW7) for more information on OS X's native actions. +See the [OS X Cocoa Event Handling Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/EventOverview/EventArchitecture/EventArchitecture.html#//apple_ref/doc/uid/10000060i-CH3-SW7) +for more information on OS X's native actions. ### `Menu.buildFromTemplate(template)`