Bug Tracker

Changes between Initial Version and Version 1 of Ticket #7783, comment 5


Ignore:
Timestamp:
Dec 15, 2010, 6:27:03 PM (13 years ago)
Author:
gf3
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7783, comment 5

    initial v1  
    77I've followed the style of `$.map` et al, where the instance which would normally be acted upon is the first argument. E.g.:
    88
    9 `ar.map( fn ) → $.map( ar, fn )`
     9`ar.forEach( fn ) → $.map( ar, fn )`
    1010
    1111`fn.bind( context ) → $.proxy( fn, context )`