source: Dev/branches/rest-dojo-ui/client/dojox/mobile/_base.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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