Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / utilities / README
blobd3727982b3e2d24187bfc3d750edd3a98e9d87a2
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
15 element/README
16 get/README
17 yuiloader/README
19 *************
21 The utilities.js file rolls up all of the YUI utility components into a single
22 file; it includes the following components:
24 * Yahoo Global Object
25 * Event
26 * Dom
27 * Connection Manager
28 * Animation
29 * Drag & Drop
30 * Element
31 * Get
32 * YUI Loader
34 For implementations that use four or more  of these files, it may prove
35 more efficient to include utilities.js as opposed to including separate files
36 for each component.
38 Note: If you require only the Yahoo Global Object, Event Utility and Dom
39 collection, consider using the special yahoo-dom-event.js aggregate instead.