Completed
Details
Details
Assignee
Unassigned
UnassignedReporter
kanaka
kanakaApproval
Ok
Patch
Code and Test
Priority
Affects versions
Fix versions
Created June 12, 2012 at 8:28 PM
Updated August 18, 2012 at 1:12 PM
Resolved August 18, 2012 at 1:12 PM
The partial function should accept just a function. This allows it to be properly used with apply.
E.g. This breaks (but shouldn't) if args are nil: (apply partial f args)