client/js/models.js
changeset 435 e529b633c339
parent 433 e457ec945e50
child 443 4c7ab16e5845
child 449 aae670254c49
equal deleted inserted replaced
434:0d5998b32a7c 435:e529b633c339
    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