📝 Menu.setApplicationMenu is not OS X only.

This commit is contained in:
Cheng Zhao 2014-05-30 09:02:21 +08:00
parent c7d0da2cfd
commit dd804b090a

View file

@ -151,9 +151,8 @@ Creates a new menu.
* `menu` Menu
Sets `menu` as the application menu.
**Note:** This method is OS X only.
Sets `menu` as the application menu on OS X. On Windows and Linux, the `menu`
will be set as each window's top menu.
### Class Method: Menu.sendActionToFirstResponder(action)