Skip to content

Instantly share code, notes, and snippets.

@msanroman
Created May 13, 2012 22:59
Show Gist options
  • Save msanroman/2690674 to your computer and use it in GitHub Desktop.
Save msanroman/2690674 to your computer and use it in GitHub Desktop.
pomodori.js - creating a Models namespace in our application and a Task class
#app.coffee
window.PomoJS = {
Models: {}
}
#Task.coffee
class PomoJS.Models.Task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment