| changeset 332 | 1a4b145c0607 |
| parent 299 | c5086f714631 |
| child 362 | 8f33cbeb4f32 |
--- a/client/js/models.js Fri Sep 19 17:54:55 2014 +0200 +++ b/client/js/models.js Tue Sep 23 10:40:40 2014 +0200 @@ -96,7 +96,8 @@ color: this.get("color"), created_by: this.get("created_by") ? this.get("created_by").get("_id") : null, size: this.get("size"), - clip_path: this.get("clip_path") + clip_path: this.get("clip_path"), + shape: this.get("shape") }; } });