This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/thirdpartyjs/yui/utilities
2010-09-10 16:45:26 +00:00
..
README Importación inicial con versión 3.7.0.2 original 2010-09-10 16:45:26 +00:00
utilities.js Importación inicial con versión 3.7.0.2 original 2010-09-10 16:45:26 +00:00

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.