Last change
on this file since 529 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
465 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/kernel", |
---|
3 | "dojo/_base/declare", |
---|
4 | "./_CalendarBase", |
---|
5 | "./_CalendarDay", |
---|
6 | "./_CalendarMonthYear" |
---|
7 | ], function(kernel, declare, _CalendarBase, _CalendarDay, _CalendarMonthYear){ |
---|
8 | kernel.experimental("dojox/widget/Calendar"); |
---|
9 | |
---|
10 | return declare("dojox.widget.Calendar", [_CalendarBase, _CalendarDay, _CalendarMonthYear], { |
---|
11 | // summary: |
---|
12 | // The standard Calendar. It includes day and month/year views. |
---|
13 | // No visual effects are included. |
---|
14 | }); |
---|
15 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.