source: branches/rel/html/test/kakinaka/js/yahoo/README @ 12157

Revision 12157, 894 bytes checked in by uehara, 17 years ago (diff)
Line 
1YAHOO Global Namespace - Release Notes
2
30.11.4
4
5   * Changed window.YAHOO = window.YAHOO || {} to
6     if (typeof YAHOO == "undefined") YAHOO = {} because the previous statement
7     contributed to a memory leak when the library was hosted in an iframe.
8
90.11.3
10
11   * Changed var YAHOO = window.YAHOO || {} to window.YAHOO = window.YAHOO || {}.
12     This fixes an issue in IE where YAHOO would get overwritten if previously
13     defined via array notation (window["YAHOO"]).
14
150.11.0
16
17   * Added YAHOO.extend, which provides an easy way to assign the prototype,
18     constructor, and superclass properties inheritance properties.  It also
19     prevents the constructor of the superclass from being exectuted twice.
20
210.10.0
22
23   * Added YAHOO.log that provides a safe way to plumb logging statements in
24     code that will work if the logging component isn't available.
25
Note: See TracBrowser for help on using the repository browser.