client/js/models.js
changeset 271 b2cc6f238b0d
parent 212 ee7b5831d382
child 281 9ff388c9bc8d
equal deleted inserted replaced
270:aaef418cdf8d 271:b2cc6f238b0d
    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                 clip_path: this.get("clip_path")
    95             };
    95             };
    96         }
    96         }
    97     });
    97     });
    98     
    98     
    99     // EDGE
    99     // EDGE