Last change
on this file since 529 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
556 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/kernel", |
---|
3 | "dojo/_base/declare", |
---|
4 | "./Carousel", |
---|
5 | "./_DataMixin" |
---|
6 | ], function(kernel, declare, Carousel, DataMixin){ |
---|
7 | |
---|
8 | // module: |
---|
9 | // dojox/mobile/DataCarousel |
---|
10 | |
---|
11 | kernel.deprecated("dojox/mobile/DataCarousel", "Use dojox/mobile/StoreCarousel instead", 2.0); |
---|
12 | return declare("dojox.mobile.DataCarousel", [Carousel, DataMixin], { |
---|
13 | // summary: |
---|
14 | // A dojo/data-enabled Carousel. |
---|
15 | // description: |
---|
16 | // DataCarousel is a subclass of dojox/mobile/Carousel which |
---|
17 | // can generate contents according to the given dojo/data store. |
---|
18 | }); |
---|
19 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.