--- a/client/js/models.js Mon Jan 14 16:00:07 2013 +0100
+++ b/client/js/models.js Thu Jan 31 18:53:08 2013 +0100
@@ -88,6 +88,7 @@
description: this.get("description"),
position: this.get("position"),
image: this.get("image"),
+ color: this.get("color"),
created_by: this.get("created_by") ? this.get("created_by").get("_id") : null
};
},
@@ -128,6 +129,7 @@
description: this.get("description"),
from: this.get("from") ? this.get("from").get("_id") : null,
to: this.get("to") ? this.get("to").get("_id") : null,
+ color: this.get("color"),
created_by: this.get("created_by") ? this.get("created_by").get("_id") : null
};
},