Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
515 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/kernel", // kernel.deprecated |
---|
3 | "./Calendar", |
---|
4 | "." // for exporting dijit.Calendar |
---|
5 | ], function(kernel, Calendar, dijit){ |
---|
6 | |
---|
7 | // module: |
---|
8 | // dijit/_Calendar |
---|
9 | // summary: |
---|
10 | // Deprecated widget, used dijit/Calendar instead. Will be removed in 2.0. |
---|
11 | |
---|
12 | kernel.deprecated("dijit._Calendar is deprecated", "dijit._Calendar moved to dijit.Calendar", 2.0); |
---|
13 | |
---|
14 | // dijit._Calendar had an underscore all this time merely because it did |
---|
15 | // not satisfy dijit's a11y policy. |
---|
16 | dijit._Calendar = Calendar; |
---|
17 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.