Joined June 2013
·
Posted to
"Static" Methods and Properties in CoffeeScript
over 1 year
ago
Does that actually work? Surely in the method body, @count won't access the class property. Shouldn't it be @constructor.count ?
Achievements
18 Karma
0 Total ProTip Views
Mongoose
Have at least one original repo where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
Ahhh that makes sense. Thanks!