webgui/www/extras/yui/build/yahoo
JT Smith 4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00
..
README added YUI and YUI-ext 2006-11-07 23:15:57 +00:00
yahoo-debug.js added YUI and YUI-ext 2006-11-07 23:15:57 +00:00
yahoo-min.js added YUI and YUI-ext 2006-11-07 23:15:57 +00:00
yahoo.js added YUI and YUI-ext 2006-11-07 23:15:57 +00:00

YAHOO Global Namespace - Release Notes

0.11.4

   * Changed window.YAHOO = window.YAHOO || {} to 
     if (typeof YAHOO == "undefined") YAHOO = {} because the previous statement
     contributed to a memory leak when the library was hosted in an iframe.

0.11.3

   * Changed var YAHOO = window.YAHOO || {} to window.YAHOO = window.YAHOO || {}.
     This fixes an issue in IE where YAHOO would get overwritten if previously
     defined via array notation (window["YAHOO"]).

0.11.0

   * Added YAHOO.extend, which provides an easy way to assign the prototype,
     constructor, and superclass properties inheritance properties.  It also
     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.