SOURCE CODE: UizeDotCom.Page.Doc.library
/*______________
| ______ | 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 : UizeDotCom.Page.Doc.library Library Module
| / / / |
| / / / /| | ONLINE : http://uize.com
| /____/ /__/_| | COPYRIGHT : (c)2009 UIZE
| /___ | LICENSE : Available under MIT License or GNU General Public License
|_______________| http://uize.com/license.html
*/
/*?
Introduction
The =UizeDotCom.Page.Doc.library= module is a library module that bundles together various JavaScript modules common to the SimpleDoc pages of the UIZE JavaScript Framework's Web site.
*DEVELOPERS:* `Chris van Rensburg`
*/
Uize.module ({
required:'UizeDotCom.Page.library',
builder:function () {
/* Library Contents
Uize.Tooltip
Uize.Widget.Tree.List
UizeDotCom.Page.Doc
*/
Uize.module ({name:'UizeDotCom.Page.Doc.library'});
}
});