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