Sha256: e09599d5a90095d4638b07230c8c84cf85fea4239bfc8ee0f192934aee9261cf
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
define("dojox/mobile/StoreCarousel", [ "dojo/_base/declare", "./Carousel", "./_StoreMixin" ], function(declare, Carousel, StoreMixin){ // module: // dojox/mobile/StoreCarousel return declare("dojox.mobile.StoreCarousel", [Carousel, StoreMixin], { // summary: // A dojo/store enabled Carousel. // description: // StoreCarousel is an enhanced version of dojox/mobile/Carousel. It // can generate contents according to the given dojo/store store. }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dojox-rails-0.11.0 | vendor/assets/javascripts/mobile/StoreCarousel.js.uncompressed.js |