mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
correctly self-compiling @references
This commit is contained in:
@@ -434,7 +434,7 @@ ThisNode: exports.ThisNode: inherit Node, {
|
||||
this
|
||||
|
||||
compile_node: (o) ->
|
||||
'this' + (if @property then '.' + @property else '')
|
||||
'this' + (if @property then '.' + @property.compile(o) else '')
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user