Skip to content

Instantly share code, notes, and snippets.

@martsie
Created January 25, 2017 08:34
Show Gist options
  • Save martsie/49a1f69ee76639fbae1ed982a6c11847 to your computer and use it in GitHub Desktop.
Save martsie/49a1f69ee76639fbae1ed982a6c11847 to your computer and use it in GitHub Desktop.
Most basic backbone model implementation in CoffeeScript
# Define the model.
class Comment extends Backbone.Model
# Create a new instance of the model.
comment = new Comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment