diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/mobile-all.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/mobile/mobile-all.js | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/mobile-all.js b/js/dojo-1.7.2/dojox/mobile/mobile-all.js new file mode 100644 index 0000000..9cad213 --- /dev/null +++ b/js/dojo-1.7.2/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; +}); |
