public
Description: Framework-independent JavaScript collection methods.
Clone URL: git://github.com/osteele/collections-js.git
osteele (author)
Fri Apr 18 20:11:38 -0700 2008
commit  b1a67c4f8188e14eb4d6c0d89fdc09910ec0c7fd
tree    152e3eb0893df346a40645a497f93cfd73b46f68
parent  95224586cb58b259b6291cf9733e49fab62e13a4
name age message
file .gitmodules Sun Apr 13 04:20:28 -0700 2008 add jsspec as submodule [osteele]
file CHANGES Fri Apr 18 20:11:38 -0700 2008 add Array.slice, global pluck [osteele]
file MIT-LICENSE Sun Apr 06 08:35:56 -0700 2008 update readme [osteele]
file README Fri Apr 18 20:11:38 -0700 2008 add Array.slice, global pluck [osteele]
submodule jsspec &rarr f5758f9 Sun Apr 13 04:20:28 -0700 2008 add jsspec as submodule [osteele]
directory lib/ Fri Apr 18 20:11:38 -0700 2008 add Array.slice, global pluck [osteele]
directory specs/ Fri Apr 18 20:11:38 -0700 2008 add Array.slice, global pluck [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.