Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created December 22, 2014 15:47
Show Gist options
  • Save thenickcox/294267c978a67037a540 to your computer and use it in GitHub Desktop.
Save thenickcox/294267c978a67037a540 to your computer and use it in GitHub Desktop.
setPlaceholder: ->
if @collection.featured().length is 0
$('.featured-albums').append('<p>No featured albums</p>')
else
$('.featured-albums').find('p').remove()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment