1
2
3
4
5
6
7
8
9
10
11
12
13
| define(["../../_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.
| });
|
| });
|
|