This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 6b2d5b21406645a085bcd6f81f098aa17d7dfa1e
tree d8bdb3c84d9f9242ef984c6571b5776d115385d4
parent b1a67c4f8188e14eb4d6c0d89fdc09910ec0c7fd
tree d8bdb3c84d9f9242ef984c6571b5776d115385d4
parent b1a67c4f8188e14eb4d6c0d89fdc09910ec0c7fd
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Sun Apr 13 04:20:28 -0700 2008 | [osteele] |
| |
CHANGES | Fri Apr 18 20:11:38 -0700 2008 | [osteele] |
| |
MIT-LICENSE | Sun Apr 06 08:35:56 -0700 2008 | [osteele] |
| |
README | Fri Apr 18 20:11:38 -0700 2008 | [osteele] |
| |
Rakefile | Sun Apr 20 18:26:00 -0700 2008 | [osteele] |
| |
jsspec &rarr f5758f9 | Sun Apr 13 04:20:28 -0700 2008 | [osteele] |
| |
lib/ | Sun Apr 20 18:26:00 -0700 2008 | [osteele] |
| |
specs/ | Fri Apr 18 20:11:38 -0700 2008 | [osteele] |
README
Collections JS ============== Framework-independent JavaScript collection methods, for use in browser JavaScript and in ActionScript. The Array and String methods use prototype extension; Hash methods use a proxying wrapper to avoid prototype pollution. The methods with the same names as the ECMAScript 1.6+ extensions have the same spec as those; the ones with the same name as prototype extensions have the same spec as those in the Prototype library; and there's a few odds and ends such as String#capitalize. The methods are documented in lib/collections.js, and speced (for further documentation, as well as testing) in spec/*.js. License ======= Copyright 2007-2008 by Oliver Steele. Available under the MIT License.




