1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Added TODO

This commit is contained in:
Thomas Tanghus 2013-05-26 22:12:41 +02:00
parent 4dee9ca451
commit e6bfe1d660

View File

@ -309,6 +309,8 @@ OC.Contacts = OC.Contacts || {};
/**
* Removes one or more contact ids from a group
* TODO: When deleting contacts this method should just remove the contact id
* from its internal list without saving.
* @param integer|array contactid. An integer id or an array of integer ids.
* @param integer groupid. The integer id of the group
* @param function cb. Optional call-back function