source: Dev/trunk/src/client/dojox/mobile/_base.js @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 767 bytes
Line 
1define([
2        "./common",
3        "./View",
4        "./Heading",
5        "./RoundRect",
6        "./RoundRectCategory",
7        "./EdgeToEdgeCategory",
8        "./RoundRectList",
9        "./EdgeToEdgeList",
10        "./ListItem",
11        "./Container",
12        "./Pane",
13        "./Switch",
14        "./ToolBarButton",
15        "./ProgressIndicator"
16], function(common, View, Heading, RoundRect, RoundRectCategory, EdgeToEdgeCategory, RoundRectList, EdgeToEdgeList, ListItem, Switch, ToolBarButton, ProgressIndicator){
17        // module:
18        //              dojox/mobile/_base
19
20        /*=====
21        return {
22                // summary:
23                //              Includes the basic dojox/mobile modules: common, View, Heading,
24                //              RoundRect, RoundRectCategory, EdgeToEdgeCategory, RoundRectList,
25                //              EdgeToEdgeList, ListItem, Container, Pane, Switch, ToolBarButton,
26                //              and ProgressIndicator.
27        };
28        =====*/
29        return common;
30});
Note: See TracBrowser for help on using the repository browser.