How to define and call class methods in CoffeeScript classes:
class Foo
@classMethod: ->
@otherClassMethod()
instanceMethod: ->
@otherInstanceMethod()
@constructor.classMethod()
Posted by Henning Koch to makandra dev (2013-12-10 19:48)