Skip to content

Instantly share code, notes, and snippets.

View hardchor's full-sized avatar
:shipit:
SHIP IT!

Burkhard Reffeling hardchor

:shipit:
SHIP IT!
View GitHub Profile
@caleywoods
caleywoods / application.coffee
Created January 24, 2012 14:57
Backbone JS / Fullcalendar
$ ->
Event = Backbone.Model.extend()
Events = Backbone.Collection.extend({
Model: Event,
url : 'events'
})
EventsView = Backbone.View.extend({
initialize: ->