Skip to content
Snippets Groups Projects
Commit fc3bad0d authored by Cheng Zhao's avatar Cheng Zhao
Browse files

:lipstick:

parent e6486899
No related merge requests found
......@@ -27,7 +27,7 @@ class MenuItem
@click = =>
if typeof click is 'function'
click.apply this, arguments
else if typeof selector is 'string'
Menu.sendActionToFirstResponder selector
else if typeof @selector is 'string'
Menu.sendActionToFirstResponder @selector
module.exports = MenuItem
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment