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