mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
Added some inline docs
This commit is contained in:
@@ -386,8 +386,11 @@ exports.CallNode: class CallNode extends BaseNode
|
||||
i += 1
|
||||
args.join('')
|
||||
|
||||
|
||||
#### CurryNode
|
||||
|
||||
# Node to bind an context and/or some arguments to a function, returning a new function
|
||||
# After `Underscore.bind` from [Underscore](http://documentcloud.github.com/underscore/).
|
||||
exports.CurryNode: class CurryNode extends CallNode
|
||||
type: 'Curry'
|
||||
code: '''
|
||||
|
||||
Reference in New Issue
Block a user