| changeset 175 | f636e2dcfb2c |
| parent 160 | 408da84d4dc0 |
| child 195 | 15e048e00002 |
--- a/client/js/models.js Mon May 13 15:28:52 2013 +0200 +++ b/client/js/models.js Tue May 14 12:15:15 2013 +0200 @@ -90,7 +90,8 @@ image: this.get("image"), color: this.get("color"), created_by: this.get("created_by") ? this.get("created_by").get("_id") : null, - size: this.get("size") + size: this.get("size"), + "clip-path": this.get("clip-path") }; }, });