Skip to content

Instantly share code, notes, and snippets.

@atsusy
Created September 20, 2011 12:33
Show Gist options
  • Save atsusy/1228980 to your computer and use it in GitHub Desktop.
Save atsusy/1228980 to your computer and use it in GitHub Desktop.
app.js by coffee 1.1.2
var person, syrup;
syrup = require('syrup');
syrup.include('model/entity');
syrup.include('model/person');
person = new MYAPP.Model.Person('Coffee syrup');
person.sayHello();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment