Skip to content

Instantly share code, notes, and snippets.

@jtaby
Created April 11, 2010 21:35
Show Gist options
  • Save jtaby/363088 to your computer and use it in GitHub Desktop.
Save jtaby/363088 to your computer and use it in GitHub Desktop.
image: function(){
var c = this.get('content');
if(!c) return;
return c.image[0].src;
}.property('image').cacheable(),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment