client/js/models.js
changeset 271 b2cc6f238b0d
parent 212 ee7b5831d382
child 281 9ff388c9bc8d
--- a/client/js/models.js	Tue Feb 18 16:54:41 2014 +0100
+++ b/client/js/models.js	Mon Mar 03 15:31:51 2014 +0100
@@ -91,7 +91,7 @@
                 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")
             };
         }
     });