Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Created June 18, 2015 13:26
Show Gist options
  • Select an option

  • Save mcjwsk/44b5094c6e852346fb56 to your computer and use it in GitHub Desktop.

Select an option

Save mcjwsk/44b5094c6e852346fb56 to your computer and use it in GitHub Desktop.
Accordion.prototype.sectionClicked = Accordion.prototype.sectionClicked.wrap(
function(callOriginal, event) {
// ...
return callOriginal(event);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment