Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created September 23, 2011 00:03
Show Gist options
  • Save scottharvey/1236411 to your computer and use it in GitHub Desktop.
Save scottharvey/1236411 to your computer and use it in GitHub Desktop.
Backbone class functions in Coffeescript
class API extends Backbone.Model
{}
fetchData: ->
// API call here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment