Changes between Initial Version and Version 1 of Ticket #2414
- Timestamp:
- Feb 6, 2007, 4:23:54 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2414 – Description
initial v1 4 4 * the fact that the arr.shift() is destructive on the argument passed in 5 5 * removes bloat to check for an invalid call of arg length = 1 6 * arg length 3 and the default case seem to be redundant 6 7 * reorders the arg list to be more sane and reduce the code and api complexity (we can get away with it in 0.9) 7 8