Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 19, 2018 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpluslabs/d035f2228ccbf1c7b0f11503d3726694 to your computer and use it in GitHub Desktop.
Save simpluslabs/d035f2228ccbf1c7b0f11503d3726694 to your computer and use it in GitHub Desktop.
({
handleBubbling : function(component, event, helper) {
console.log('handler bubble in ---container');
},
handleCapture : function(component, event, helper) {
console.log('handler capture in ---container');
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment