Skip to content

Instantly share code, notes, and snippets.

@superchris
Created March 14, 2011 03:02
Show Gist options
  • Select an option

  • Save superchris/868693 to your computer and use it in GitHub Desktop.

Select an option

Save superchris/868693 to your computer and use it in GitHub Desktop.
A hypothetical foo model
class Foo extends Backbone.Model
toJSON: ->
{ foo: @attributes }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment