Changeset 8893

Show
Ignore:
Timestamp:
04/29/08 16:54:38 (4 months ago)
Author:
hannes
Message:

* One more formatting fix.

Files:

Legend:

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

    r8892 r8893  
    2121      the following instance methods and properties: 
    2222 
    23        book.save()   - save the instance in the associated store 
    24        book.remove() - remove the instance in the associated store 
    25        book._type    - the object type name - readonly 
    26        book._id      - the object id - undefined for transient objects, 
    27                        and only settable on transient objects 
     23        book.save()   - save the instance in the associated store 
     24        book.remove() - remove the instance in the associated store 
     25        book._type    - the object type name - readonly 
     26        book._id      - the object id - undefined for transient objects, 
     27                        and only settable on transient objects 
    2828     */ 
    2929    return new db.Storable(this, properties || {});