source: Dev/trunk/src/client/dojox/widget/Calendar2Pane.js @ 485

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

Added Dojo 1.9.3 release.

File size: 370 bytes
Line 
1define([
2        "dojo/_base/declare",
3        "./_CalendarBase",
4        "./_CalendarDay",
5        "./_CalendarMonthYear"
6        ], function(declare, _CalendarBase, _CalendarDay, _CalendarMonthYear){
7                return declare("dojox.widget.Calendar2Pane", [_CalendarBase, _CalendarDay, _CalendarMonthYear], {
8                        // summary:
9                        //              A Calendar with two panes, the second one containing both month and year
10        });
11});
Note: See TracBrowser for help on using the repository browser.