summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/_base.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/mobile/_base.js')
-rw-r--r--js/dojo/dojox/mobile/_base.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/_base.js b/js/dojo/dojox/mobile/_base.js
new file mode 100644
index 0000000..7278e53
--- /dev/null
+++ b/js/dojo/dojox/mobile/_base.js
@@ -0,0 +1,22 @@
+//>>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;
+});