The YUI Global
    Provides core YUI functionality, including module registration and consumption utils,
    language/array/object utilities, browser detection, a setTimout/setInterval wrapper,
    and dynamic loading of script and css files.

    The yui module is a rollup of the following modules:
        yui-base
        get
        loader


3.0.0pr2
    - The initial dependency calculation should not allow automatic rollup.
    - Y.fail with throw/rethrow errors by default (throwFail is now true).
    - Y.namespace reverted to scrub YAHOO out if included as the first
      level of the namespace.
    - Added Array.some
    - 'useConsole' config changed to useBrowserConsole

3.0.0pr1
    Inital release
