UNPKG

134 Btext/coffeescriptView Raw
1class Foo
2 c: 1
3 bar: ->
4 console.log "---- this ---"
5 console.log this, @c
6
7cb = ()->
8
9
10f = new Foo()
11f.bar()
\No newline at end of file