Skip to content

Instantly share code, notes, and snippets.

@apipkin
Created August 27, 2012 21:20
Show Gist options
  • Select an option

  • Save apipkin/3492346 to your computer and use it in GitHub Desktop.

Select an option

Save apipkin/3492346 to your computer and use it in GitHub Desktop.
_onItemClick: function(e) {
var menuNode = e.currentTarget,
menuItem = this.get('menuItems')[menuNode.getData('item-name')],
attachedNode = this.get('node');
menuItem.action(e, menuNode, attachedNode, menuNode);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment