MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / lib / yui / utilities / README
blobe0134323fee584f864650e31b3426e2d50994bc1
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
17 *************
19 The utilities.js file rolls up all of the YUI utility components into a single
20 file; it includes the following components:
22 * Yahoo Global Object
23 * Event
24 * Dom
25 * Connection Manager
26 * Animation
27 * Drag & Drop
28 * Element
30 For implementations that use four or more  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 require only the Yahoo Global Object, Event Utility and Dom
35 collection, consider using the special yahoo-dom-event.js aggregate instead.