-
Randall Leeds authored
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...
870e3522
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...