23 lines
540 B
JavaScript
23 lines
540 B
JavaScript
//>>built
|
|
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;
|
|
});
|