summaryrefslogtreecommitdiffstats
path: root/reports/site_media/yui/yahoo/README
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-10-14 15:28:58 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2010-10-14 15:28:58 -0500
commit7c0a9b20203e13a4da06fd79081215f712cceb38 (patch)
tree9e4372862491b36fa5ae5bf5a0f54676bfb930b4 /reports/site_media/yui/yahoo/README
parent2b0ea7df179353442712c830fb5c3a5164632d51 (diff)
downloadbcfg2-7c0a9b20203e13a4da06fd79081215f712cceb38.tar.gz
bcfg2-7c0a9b20203e13a4da06fd79081215f712cceb38.tar.bz2
bcfg2-7c0a9b20203e13a4da06fd79081215f712cceb38.zip
web reports: new skin
Diffstat (limited to 'reports/site_media/yui/yahoo/README')
-rw-r--r--reports/site_media/yui/yahoo/README45
1 files changed, 0 insertions, 45 deletions
diff --git a/reports/site_media/yui/yahoo/README b/reports/site_media/yui/yahoo/README
deleted file mode 100644
index 5d9a85146..000000000
--- a/reports/site_media/yui/yahoo/README
+++ /dev/null
@@ -1,45 +0,0 @@
-YAHOO Global - Release Notes
-
-0.12.2
-
- * No change
-
-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 || {}.
- 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.
-