Skip to content

Instantly share code, notes, and snippets.

@mcculloughsean
Created April 3, 2013 15:47
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 mcculloughsean/5302396 to your computer and use it in GitHub Desktop.
Save mcculloughsean/5302396 to your computer and use it in GitHub Desktop.
#coffee test.coffee
bar
bar
class Page
constructor: (attr) ->
Page.prototype.foo = attr
a = new Page 'foo'
b = new Page 'bar'
console.log a.foo
console.log b.foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment