1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Contacts: Set a data reference to Contact object on list element

This commit is contained in:
Thomas Tanghus 2013-05-01 01:08:57 +02:00
parent d96504d156
commit c3722606ba

View File

@ -891,6 +891,7 @@ OC.Contacts = OC.Contacts || {};
if(isnew) {
this.setThumbnail();
}
this.$listelem.data('obj', this);
return this.$listelem;
};