summaryrefslogtreecommitdiff
path: root/lib/dojo/data/api/Item.js.uncompressed.js
blob: 4cb850f8ec094f48db8ac1178d08c71e323c3989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
define("dojo/data/api/Item", ["../../_base/declare"], function(declare){

	// module:
	//		dojo/data/api/Item

	return declare(null, {
		// summary:
		//		An item in a dojo/data store
		//		Class for documentation purposes only. An item can take any form, so no 
		// 		properties or methods are defined here.
	});

});