Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / yui / utilities / README
blob0cfcb617c0072b393c3803f951f74888b1471691
1 utilities.js Release Notes
3 *** NOTE ***
5 This document is not updated with each release.  Changes to
6 the utilities.js source are noted in the README
7 file for each component that comprises this aggregate:
9 yahoo/README
10 dom/README
11 event/README
12 connection/README
13 animation/README
14 dragdrop/README
16 ************
18 *** version 0.12.0 ***
20 The utilities.js file rolls up all of the YUI utility components into a single
21 file; it includes the following components:
23 * Yahoo Global Object
24 * Event
25 * Dom
26 * Connection Manager
27 * Animation
28 * Drag & Drop
30 For implementations that use a significant subset of these files, it may prove
31 more efficient to include utilities.js as opposed to including separate files
32 for each component.
34 Note: If you are require only the Yahoo Global Object, Event Utility and Dom
35 collection, consider using the special yahoo-event-dom.js aggregate instead.