client/js/models.js
changeset 67 d341117f9370
parent 56 a9b9e6c7be63
child 68 803dbeb7c919
equal deleted inserted replaced
66:9b459e41e2df 67:d341117f9370
    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                 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             };
    94             };
    94         },
    95         },
    95     });
    96     });
    96     
    97     
    97     // EDGE
    98     // EDGE