tbrehm
2007-03-17 cf71a4677eff547c9cedeb1871fc109ae181b0c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
utilities.js - Release Notes
 
*** NOTE ***
 
This document is not updated with each release.  Changes to
the utilities.js source are noted in the README
file for each component that comprises this aggregate:
 
yahoo/README
dom/README
event/README
connection/README
animation/README
dragdrop/README
 
*************
 
*** 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.