much saner prototype syntax
I think I got confused once when I did `x = foo` and it was being shared between instances. Silly me, it should have been `x: foo`. This CoffeeScript thing...
Showing
Please register or sign in to comment
I think I got confused once when I did `x = foo` and it was being shared between instances. Silly me, it should have been `x: foo`. This CoffeeScript thing...