Changeset 8892
- Timestamp:
- 04/29/08 16:53:55 (5 months ago)
- Files:
-
- sandbox/minibase/trunk/demo/model.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/minibase/trunk/demo/model.js
r8891 r8892 25 25 book._type - the object type name - readonly 26 26 book._id - the object id - undefined for transient objects, 27 only settable if undefined27 and only settable on transient objects 28 28 */ 29 29 return new db.Storable(this, properties || {});