client/js/models.js
changeset 67 d341117f9370
parent 56 a9b9e6c7be63
child 68 803dbeb7c919
--- 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")
             };
         },
     });