polardbxengine/storage/ndb/mcc/frontend/dojo/dojox/widget/Calendar2Pane.js.uncompress...

11 lines
400 B
JavaScript

define("dojox/widget/Calendar2Pane", [
"dojo/_base/declare",
"./_CalendarBase",
"./_CalendarDay",
"./_CalendarMonthYear"
], function(declare, _CalendarBase, _CalendarDay, _CalendarMonthYear){
return declare("dojox.widget.Calendar2Pane", [_CalendarBase, _CalendarDay, _CalendarMonthYear], {
// summary:
// A Calendar with two panes, the second one containing both month and year
});
});