client/js/models.js
changeset 435 e529b633c339
parent 433 e457ec945e50
child 443 4c7ab16e5845
child 449 aae670254c49
--- 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")
             };
         }
     });