Checking YUI into Moodle for future AJAX work

This commit is contained in:
moodler 2006-07-13 08:35:43 +00:00
parent 7bf59275a7
commit 118917bf17
101 changed files with 59042 additions and 0 deletions

10
lib/yui/yahoo/README Executable file
View file

@ -0,0 +1,10 @@
YAHOO Global Namespace - Release Notes
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.