README revision fd998dcd768f39fdafd1e5ff99c72f295c5ecad9
YUI OOP Utilities
Provides inheritance and object modification utilities
3.0.0b1
* bind() now adds the arguments supplied to bind before the
arguments supplied when the function is executed. Added
rbind to provide the old functionality (arguments supplied
to bind are appended to the arguments collection supplied
to the function when executed).
* Fixed array handling in clone
3.0.0pr2
* No change
3.0.0pr1
* Initial release