mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
improve doc
This commit is contained in:
parent
a57ff13a23
commit
e3fd96fa8e
1 changed files with 3 additions and 1 deletions
|
|
@ -293,7 +293,9 @@ OC.Share = _.extend(OC.Share, {
|
|||
*
|
||||
* @param itemType
|
||||
* @param itemSource
|
||||
* @param callback
|
||||
* @param callback - optional. If a callback is given this method works
|
||||
* asynchronous and the callback will be provided with data when the request
|
||||
* is done.
|
||||
* @returns {OC.Share.Types.ShareInfo}
|
||||
*/
|
||||
loadItem:function(itemType, itemSource, callback) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue