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

camelCase index name

This commit is contained in:
Thomas Tanghus 2013-12-10 19:08:32 +01:00
parent 7d3de02f17
commit 9cd8b2799e

View File

@ -545,7 +545,7 @@ OC.Contacts = OC.Contacts || {
});
$(document).bind('request.contact.delete', function(e, data) {
var id = String(data.contactid);
var id = String(data.contactId);
console.log('contact', data, 'request.contact.delete');
self.closeContact(id);
self.contacts.delayedDelete(data);