mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
Altered bound functions with do to just use call(this) rather than binding.
This commit is contained in:
@@ -172,7 +172,7 @@ grammar =
|
||||
]
|
||||
|
||||
Do: [
|
||||
o "DO Code", -> new Call $2, $2.params
|
||||
o "DO Code", -> $2.do()
|
||||
]
|
||||
|
||||
# The **Code** node is the function literal. It's defined by an indented block
|
||||
|
||||
Reference in New Issue
Block a user