Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 19, 2018 11:04
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/1c933fdba3ef92a645a1fea6f4f46adf to your computer and use it in GitHub Desktop.
Save simpluslabs/1c933fdba3ef92a645a1fea6f4f46adf to your computer and use it in GitHub Desktop.
({
handleBubbling : function(component, event, helper) {
console.log('handler bubble in ---Owner');
},
handleCapture : function(component, event, helper) {
console.log('handler capture in ---Owner');
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment