equal
deleted
inserted
replaced
85 _id: this.get("_id"), |
85 _id: this.get("_id"), |
86 title: this.get("title"), |
86 title: this.get("title"), |
87 uri: this.get("uri"), |
87 uri: this.get("uri"), |
88 description: this.get("description"), |
88 description: this.get("description"), |
89 position: this.get("position"), |
89 position: this.get("position"), |
|
90 image: this.get("image"), |
90 created_by: this.get("created_by").get("_id") |
91 created_by: this.get("created_by").get("_id") |
91 }; |
92 }; |
92 }, |
93 }, |
93 }); |
94 }); |
94 |
95 |