I have some code that looks like
self = @
and then later on it's using @someMethodName or self.someMethodName
Does @ have some special meaning?
|
I have some code that looks like
and then later on it's using @someMethodName or self.someMethodName Does @ have some special meaning? |
|||||||
|
|
In coffeescript,
Edit: As far as jQuery is concerned, the same identifier rules as javascript apply since jQuery is just javascript. For other uses of |
|||||||||
|
|
So
is coffeescript for:
|
|||
|
|