client/js/models.js
changeset 175 f636e2dcfb2c
parent 160 408da84d4dc0
child 195 15e048e00002
equal deleted inserted replaced
174:756cfa6570d2 175:f636e2dcfb2c
    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                 image: this.get("image"),
    91                 color: this.get("color"),
    91                 color: this.get("color"),
    92                 created_by: this.get("created_by") ? this.get("created_by").get("_id") : null,
    92                 created_by: this.get("created_by") ? this.get("created_by").get("_id") : null,
    93                 size: this.get("size")
    93                 size: this.get("size"),
       
    94                 "clip-path": this.get("clip-path")
    94             };
    95             };
    95         },
    96         },
    96     });
    97     });
    97     
    98     
    98     // EDGE
    99     // EDGE