💄
This commit is contained in:
parent
e648689981
commit
fc3bad0d4f
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class MenuItem
|
||||||
@click = =>
|
@click = =>
|
||||||
if typeof click is 'function'
|
if typeof click is 'function'
|
||||||
click.apply this, arguments
|
click.apply this, arguments
|
||||||
else if typeof selector is 'string'
|
else if typeof @selector is 'string'
|
||||||
Menu.sendActionToFirstResponder selector
|
Menu.sendActionToFirstResponder @selector
|
||||||
|
|
||||||
module.exports = MenuItem
|
module.exports = MenuItem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue