Skip to content

Instantly share code, notes, and snippets.

@nevercast
Created November 15, 2014 08:05
Show Gist options
  • Save nevercast/3d2c8d64b707bc05b0ff to your computer and use it in GitHub Desktop.
Save nevercast/3d2c8d64b707bc05b0ff to your computer and use it in GitHub Desktop.
Subscribe to Document up event.
didInsertElement: function() {
Em.$(document)
.on('mouseup.fndtn.slider touchend.fndtn.slider pointerup.fndtn.slider', function(e) {
console.log('HAVE CAKE');
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment