diff -r 9b459e41e2df -r d341117f9370 client/js/models.js --- a/client/js/models.js Tue Feb 26 17:04:24 2013 +0100 +++ b/client/js/models.js Tue Feb 26 19:04:37 2013 +0100 @@ -89,7 +89,8 @@ position: this.get("position"), image: this.get("image"), color: this.get("color"), - created_by: this.get("created_by") ? this.get("created_by").get("_id") : null + created_by: this.get("created_by") ? this.get("created_by").get("_id") : null, + size: this.get("size") }; }, });