diff -r aaef418cdf8d -r b2cc6f238b0d client/js/models.js --- 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") }; } });