Created
November 15, 2014 08:05
-
-
Save nevercast/3d2c8d64b707bc05b0ff to your computer and use it in GitHub Desktop.
Subscribe to Document up event.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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