Sha256: 0f259938fd86082c23c43f6fcd24f4ad3f367543cc0f6f7ff00f062035458ed4

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

define("dojox/mobile/RoundRectStoreList", [
	"dojo/_base/declare",
	"./RoundRectList",
	"./_StoreListMixin"
], function(declare, RoundRectList, StoreListMixin){

	// module:
	//		dojox/mobile/RoundRectStoreList

	return declare("dojox.mobile.RoundRectStoreList", [RoundRectList, StoreListMixin], {
		// summary:
		//		A dojo/store-enabled version of RoundRectList.
		// description:
		//		RoundRectStoreList is an enhanced version of RoundRectList. It
		//		can generate ListItems 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/RoundRectStoreList.js.uncompressed.js