Index: openacs-4/packages/ajaxhelper/www/resources/yui/yahoo/README =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/resources/yui/yahoo/README,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/www/resources/yui/yahoo/README 21 Oct 2006 06:15:00 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/resources/yui/yahoo/README 25 Dec 2006 16:40:04 -0000 1.2 @@ -1,5 +1,26 @@ YAHOO Global Namespace - Release Notes +0.12.1 + * No change + +0.12.0 + + * Added YAHOO.augment, which copies all or part of the prototype of one + object to another. + + * YAHOO.namespace now can create multiple namespaces. + + * Added an optional third parameter to YAHOO.extend: overrides. It takes + an object literal of properties/methods to apply to the subclass + prototype, overriding the superclass if present. + +0.11.4 + + * Changed window.YAHOO = window.YAHOO || {} to + if (typeof YAHOO == "undefined") YAHOO = {} because the previous statement + contributed to a memory leak in IE6 when the library was hosted in an + iframe. + 0.11.3 * Changed var YAHOO = window.YAHOO || {} to window.YAHOO = window.YAHOO || {}. @@ -13,5 +34,7 @@ prevents the constructor of the superclass from being exectuted twice. 0.10.0 + * Added YAHOO.log that provides a safe way to plumb logging statements in code that will work if the logging component isn't available. +