]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_Calendar.js
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dijit / _Calendar.js
1 /*
2 Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
3 Available via Academic Free License >= 2.1 OR the modified BSD license.
4 see: http://dojotoolkit.org/license for details
5 */
6
7
8 if(!dojo._hasResource["dijit._Calendar"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
9 dojo._hasResource["dijit._Calendar"] = true;
10 dojo.provide("dijit._Calendar");
11 dojo.require("dijit.Calendar");
12
13
14 dojo.deprecated("dijit._Calendar is deprecated", "dijit._Calendar moved to dijit.Calendar", 1.5);
15
16 // dijit._Calendar had an underscore all this time merely because it did
17 // not satisfy dijit's a11y policy.
18 dijit._Calendar = dijit.Calendar;
19
20 }