dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
12 lines (11 loc) • 315 B
JavaScript
define([
"dojo/_base/declare",
"./Calendar",
"./_FisheyeFX"
], function(declare, Calendar, _FisheyeFX) {
return declare("dojox.widget.CalendarFisheye", [ Calendar, _FisheyeFX ], {
// summary:
// The standard Calendar. It includes day, month and year views.
// FisheyeLite effects are included.
});
});