Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created May 1, 2012 02:25
Show Gist options
  • Select an option

  • Save jmertic/2564483 to your computer and use it in GitHub Desktop.

Select an option

Save jmertic/2564483 to your computer and use it in GitHub Desktop.
var tab0 = EditView_tabs.getTab(0);
function handleClick(e) {
alert(e.target);
}
tab0.addListener('click', handleClick);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment