Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created April 3, 2010 15:46
Show Gist options
  • Save StanAngeloff/354605 to your computer and use it in GitHub Desktop.
Save StanAngeloff/354605 to your computer and use it in GitHub Desktop.
{ get a: -> @a }
{
get a: function a() {
return this.a;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment