Skip to content

Instantly share code, notes, and snippets.

@jemgold
Created March 25, 2014 16:56
Show Gist options
  • Save jemgold/9766283 to your computer and use it in GitHub Desktop.
Save jemgold/9766283 to your computer and use it in GitHub Desktop.
class Attending.EventsPosterView extends Batman.View
viewDidAppear: ->
console.log $('.poster__mega-image__image').attr('data-image')
MegaImage.setup()
setTimeout(->
console.log $('.poster__mega-image__image').attr('data-image')
MegaImage.setup()
, 50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment