diff -r 0d5998b32a7c -r e529b633c339 client/js/models.js --- a/client/js/models.js Sat Apr 25 04:37:06 2015 +0200 +++ b/client/js/models.js Mon Apr 27 17:22:46 2015 +0200 @@ -100,7 +100,9 @@ .get("_id") : null, size : this.get("size"), clip_path : this.get("clip_path"), - shape : this.get("shape") + shape : this.get("shape"), + type : this.get("type"), + hidden : this.get("hidden") }; } });