Created
October 6, 2014 18:41
-
-
Save tdominey/6aeb3ec9bd2b788b0c11 to your computer and use it in GitHub Desktop.
Pulse is_last
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
pulse.on( 'item', function(e) { | |
alert(e.data.is_last); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment