source: Dev/trunk/src/client/dojox/mobile/TimePicker.js @ 532

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

Added Dojo 1.9.3 release.

File size: 600 bytes
Line 
1define([
2        "dojo/_base/lang",
3        "./_PickerChooser!TimePicker"
4], function(lang, TimePicker){
5
6        /*=====
7        return function(){
8                // module:
9                //              dojox/mobile/TimePicker
10                // summary:
11                //              A wrapper widget around SpinWheelTimePicker or ValuePickerTimePicker.
12                //              Returns ValuePickerTimePicker when the current theme is "android" or "holodark".
13                //              Returns SpinWheelTimePicker otherwise.
14
15                 // TODO: need to list all the properties/methods in the interface provided by
16                 // SpinWheelTimePicker / ValuePickerTimePicker
17         };
18        =====*/
19
20        return lang.setObject("dojox.mobile.TimePicker", TimePicker);
21});
Note: See TracBrowser for help on using the repository browser.