Changeset 8892

Show
Ignore:
Timestamp:
04/29/08 16:53:55 (5 months ago)
Author:
hannes
Message:

* Formatting fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/minibase/trunk/demo/model.js

    r8891 r8892  
    2525       book._type    - the object type name - readonly 
    2626       book._id      - the object id - undefined for transient objects, 
    27                   only settable if undefined 
     27                       and only settable on transient objects 
    2828     */ 
    2929    return new db.Storable(this, properties || {});