equal
deleted
inserted
replaced
98 color : this.get("color"), |
98 color : this.get("color"), |
99 created_by : this.get("created_by") ? this.get("created_by") |
99 created_by : this.get("created_by") ? this.get("created_by") |
100 .get("_id") : null, |
100 .get("_id") : null, |
101 size : this.get("size"), |
101 size : this.get("size"), |
102 clip_path : this.get("clip_path"), |
102 clip_path : this.get("clip_path"), |
103 shape : this.get("shape") |
103 shape : this.get("shape"), |
|
104 type : this.get("type"), |
|
105 hidden : this.get("hidden") |
104 }; |
106 }; |
105 } |
107 } |
106 }); |
108 }); |
107 |
109 |
108 // EDGE |
110 // EDGE |