| changeset 37 | db991a757015 |
| parent 27 | 6ec62ab8cb8d |
| child 45 | 37c9a17c3284 |
--- a/client/js/models.js Wed Sep 05 14:49:33 2012 +0200 +++ b/client/js/models.js Thu Sep 06 17:21:11 2012 +0200 @@ -87,6 +87,7 @@ uri: this.get("uri"), description: this.get("description"), position: this.get("position"), + image: this.get("image"), created_by: this.get("created_by").get("_id") }; },