b99f5105fd25efdbea655f7a50b225bace962ad2 |
|
02-Dec-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Add explanatory comment.
Fixes #2531252 (in case 4f366cb comment didn't trigger
the status change in the commit hook) |
d17cffbc157ab2b55b53ab46f0c4f74054c971e0 |
|
10-Nov-2011 |
yui-plug <red.blaez@gmail.com> |
removed comment |
6c3809c00bf30559173504452b89ee2a7166b60c |
|
10-Nov-2011 |
yui-plug <red.blaez@gmail.com> |
changed to use Y.mix |
4f366cb8b47ab852f69faf6da46bc350bc1afea8 |
|
09-Nov-2011 |
yui-plug <red.blaez@gmail.com> |
Fix for ticket #2531252 |
6af8358a6bd80bcc795828ce62c1ecd22daab6a1 |
|
10-Jun-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
addMethod should assign return value by index
Fixes #2530409
The iteration taking place in the function returned
by ArrayList.addMethod was assembling return values
with array.push(val), rather than array[i] = val;
For (sloppy) methods with multiple return types--
one of which must be undefined--this would cause
the returned values array to have values at different
indexes than the item for which they correspond.
Also improved the API docs to note the return behavior
of the added function. |
4969799abcdbfb7be34c4bbe20c2051bd50e1391 |
|
13-Oct-2010 |
Adam Moore <adamoore@yahoo-inc.com> |
pull request - toJSON -- [fixes #2529322]. |
cee75dadf989ebf19ebf2ff1de3d8e41a659c9d0 |
|
23-Mar-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
copy/paste error in @method some API docs. |
7fee421d0b9e9a8ba35b00d8dd3b59b1546f95d3 |
|
02-Feb-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Separating out filter method from ArrayList. It returned a new instance of the augmenting class, but I can't assume that it is appropriate for the augmented class to support filtration , let alone returning a new instance. The issue is not fully resolved, since the extracted module augments the ArrayList proto. |
266bfbd67fc220029bdadabd3c49e733f9f39360 |
|
16-Jan-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Moving ArrayList into collection module. collection is now a rollup of new submodules array-extras, arraylist, arraylist-add, and array-invoke. Added API docs for all submodules. |