mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Correct typos
This commit is contained in:
parent
e42ad5193d
commit
ad3c9846b7
@ -16,7 +16,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
* message: The error message
|
||||
* }
|
||||
*
|
||||
* @param string user The user to query for. Default to current user
|
||||
* @param string user The user to query for. Defaults to current user
|
||||
*/
|
||||
var Storage = function(user) {
|
||||
this.user = user ? user : OC.currentUser;
|
||||
@ -25,8 +25,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
/**
|
||||
* Get all address books registered for this user.
|
||||
*
|
||||
* @param function cb Callback function returning the data
|
||||
* @return An array containing address book metadata e.g.:
|
||||
* @return An array containing object of address book metadata e.g.:
|
||||
* {
|
||||
* backend:'database',
|
||||
* id:'1234'
|
||||
|
Loading…
Reference in New Issue
Block a user