Skip to content

Instantly share code, notes, and snippets.

@kangax
Created August 7, 2008 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kangax/4496 to your computer and use it in GitHub Desktop.
Save kangax/4496 to your computer and use it in GitHub Desktop.
var Person = Class.create({
initialize: function(name) {
this.name = name;
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment