diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.oop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.oop Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,23 @@ +YUI OOP Utilities + Provides inheritance and object modification utilities + +3.0.0beta1 + + * 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 overriding methods on + superclasses that are bound to a function displaced by + aop. + + * Fixed array handling in clone + +3.0.0pr2 + * No change + +3.0.0pr1 + * Initial release