Skip to content

Instantly share code, notes, and snippets.

@jtaby
Created April 12, 2010 06:00
Show Gist options
  • Save jtaby/363313 to your computer and use it in GitHub Desktop.
Save jtaby/363313 to your computer and use it in GitHub Desktop.
teaser: function(){
var c = this.readAttribute('teaser');
if(!c) return;
return c.$text;
}.property('teaser').cacheable(),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment