1
3.0.0PR1 - Initial release
4
Documentation: http://developer.yahoo.com/yui/3/base
6
Base is designed to be a low level class from which other attribute
7
and event target based classes in the YUI library can be derived.
8
It provides a standard template for creating attribute based objects
9
across the library and provides a consistent init() and destroy()
10
sequence, by chaining initialization (initializer) and destruction
11
(destructor) methods for the class hierarcy.