README revision ba2328a2983042c5fed38cfe42b67ec9ea3fb588
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).
* bind() supports a string representing a function on the
context object in order to allow subclassing of bound
methods.
* Fixed array handling in clone
3.0.0pr2
* No change
3.0.0pr1
* Initial release