-
Juan Corona authored
This fixes the remaining failing tests. When compiled from coffeescript the initial `{}` value was at the prototype level instead of scoped at the function level. It looked like I was declaring it as an instance variable, but it was more like a class variable.. coffeescript is weird to me..
acddfb66