Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created August 22, 2017 07:22
Embed
What would you like to do?
$('#add').on('click', function(e) {
listner = observableArray.addEventListener('change', logger);
console.log(listner)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment