client/js/models.js
changeset 37 db991a757015
parent 27 6ec62ab8cb8d
child 45 37c9a17c3284
equal deleted inserted replaced
36:d249d36ecc37 37:db991a757015
    85                 _id: this.get("_id"),
    85                 _id: this.get("_id"),
    86                 title: this.get("title"),
    86                 title: this.get("title"),
    87                 uri: this.get("uri"),
    87                 uri: this.get("uri"),
    88                 description: this.get("description"),
    88                 description: this.get("description"),
    89                 position: this.get("position"),
    89                 position: this.get("position"),
       
    90                 image: this.get("image"),
    90                 created_by: this.get("created_by").get("_id")
    91                 created_by: this.get("created_by").get("_id")
    91             };
    92             };
    92         },
    93         },
    93     });
    94     });
    94     
    95