diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/mobile/mobile-all.js | |
Diffstat (limited to 'js/dojo/dojox/mobile/mobile-all.js')
| -rw-r--r-- | js/dojo/dojox/mobile/mobile-all.js | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/mobile-all.js b/js/dojo/dojox/mobile/mobile-all.js new file mode 100644 index 0000000..9cad213 --- /dev/null +++ b/js/dojo/dojox/mobile/mobile-all.js @@ -0,0 +1,48 @@ +//>>built +define("dojox/mobile/mobile-all", [ + "./_base", + "./compat", + "./Button", + "./Carousel", + "./CheckBox", + "./ComboBox", + "./ContentPane", + "./EdgeToEdgeDataList", + "./ExpandingTextArea", + "./FixedSplitter", + "./FixedSplitterPane", + "./FlippableView", + "./IconContainer", + "./IconItem", + "./Opener", + "./Overlay", + "./PageIndicator", + "./RadioButton", + "./RoundRectDataList", + "./ScrollableView", + "./Slider", + "./SpinWheel", + "./SpinWheelDatePicker", + "./SpinWheelSlot", + "./SpinWheelTimePicker", + "./SwapView", + "./Switch", + "./TabBar", + "./TabBarButton", + "./TextArea", + "./TextBox", + "./ToggleButton", + "./Tooltip", + "./transition", + "./TransitionEvent", + "./ViewController" +], function(common){ + // module: + // dojox/mobile/mobile-all + // summary: + // A rollup that includes every mobile module. You probably don't need this. + + console.warn("mobile-all may include much more code than your application actually requires. We strongly recommend that you investigate a custom build."); + + return common; +}); |
