diff -r 0628ed75e8d3 -r 1a4b145c0607 client/js/models.js --- 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") }; } });