Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created February 21, 2012 22:49
Show Gist options
  • Save joubertnel/1879588 to your computer and use it in GitHub Desktop.
Save joubertnel/1879588 to your computer and use it in GitHub Desktop.
string formatting
return 'top:%@px; left:%@px; background:rgb(0,0,%@);'.fmt(this.get('top'),
this.get('left'),
this.get('color'));
}.property('top', 'left', 'color'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment