SOURCE CODE: UizeSite.Page.Home.library
VIEW REFERENCE

/*______________
|       ______  |   U I Z E    J A V A S C R I P T    F R A M E W O R K
|     /      /  |   ---------------------------------------------------
|    /    O /   |    MODULE : UizeSite.Page.Home.library Library Module
|   /    / /    |
|  /    / /  /| |    ONLINE : http://www.uize.com
| /____/ /__/_| | COPYRIGHT : (c)2009-2012 UIZE
|          /___ |   LICENSE : Available under MIT License or GNU General Public License
|_______________|             http://www.uize.com/license.html
*/

/*?
  Introduction
    The =UizeSite.Page.Home.library= module is a library module that bundles together various JavaScript modules used by the very important homepage of the UIZE JavaScript Framework's Web site.

    *DEVELOPERS:* `Chris van Rensburg`
*/

Uize.module ({
  required:'UizeSite.Page.library',
  builder:function () {
    /* Library Contents
      Uize.Fx.xShadows
      Uize.Widget.HoverFader
      Uize.Json
      Uize.String
      Uize.Template
      Uize.Tooltip
      Uize.Widget.AutoTooltip
      Uize.Widget.Button
      Uize.Widget.Scrolly
      UizeSite.Page.Home
    */
    Uize.module ({name:'UizeSite.Page.Home.library'});
  }
});