Changes between Initial Version and Version 1 of Ticket #7783, comment 5
- Timestamp:
- Dec 15, 2010, 6:27:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7783, comment 5
initial v1 7 7 I've followed the style of `$.map` et al, where the instance which would normally be acted upon is the first argument. E.g.: 8 8 9 `ar. map( fn ) → $.map( ar, fn )`9 `ar.forEach( fn ) → $.map( ar, fn )` 10 10 11 11 `fn.bind( context ) → $.proxy( fn, context )`