Last active
August 29, 2015 14:04
-
-
Save tdominey/7656845c74de89650bfd to your computer and use it in GitHub Desktop.
Return album title when Pulse is displaying featured albums or a single album
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( 'transitionstart', function(e) { | |
var data = e.data.parent; | |
console.log(data.title); | |
console.log($K.formattedDate(data.published_on)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment