git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
21 lines
592 B
Plaintext
21 lines
592 B
Plaintext
utilities.js Release Notes
|
|
|
|
*** version 0.12.0 ***
|
|
|
|
The utilities.js file rolls up all of the YUI utility components into a single
|
|
file; it includes the following components:
|
|
|
|
* Yahoo Global Object
|
|
* Event
|
|
* Dom
|
|
* Connection Manager
|
|
* Animation
|
|
* Drag & Drop
|
|
|
|
For implementations that use a significant subset of these files, it may prove
|
|
more efficient to include utilities.js as opposed to including separate files
|
|
for each component.
|
|
|
|
Note: If you are require only the Yahoo Global Object, Event Utility and Dom
|
|
collection, consider using the special yahoo-event-dom.js aggregate instead.
|