source:
Dev/trunk/src/client/dojo/data/api/Item.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 298 bytes |
Line | |
---|---|
1 | define(["../../_base/declare"], function(declare){ |
2 | |
3 | // module: |
4 | // dojo/data/api/Item |
5 | |
6 | return declare(null, { |
7 | // summary: |
8 | // An item in a dojo/data store |
9 | // Class for documentation purposes only. An item can take any form, so no |
10 | // properties or methods are defined here. |
11 | }); |
12 | |
13 | }); |
Note: See TracBrowser
for help on using the repository browser.