123456789101112131415161718192021 |
- define("dojox/mobile/_base", [
- "./common",
- "./View",
- "./Heading",
- "./RoundRect",
- "./RoundRectCategory",
- "./EdgeToEdgeCategory",
- "./RoundRectList",
- "./EdgeToEdgeList",
- "./ListItem",
- "./Switch",
- "./ToolBarButton",
- "./ProgressIndicator"
- ], function(common, View, Heading, RoundRect, RoundRectCategory, EdgeToEdgeCategory, RoundRectList, EdgeToEdgeList, ListItem, Switch, ToolBarButton, ProgressIndicator){
- // module:
- // dojox/mobile/_base
- // summary:
- // Includes the basic dojox.mobile modules
- return common;
- });
|