mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Fixes jsdoc types
This commit is contained in:
parent
890d1a4e05
commit
37490524d9
3 changed files with 12 additions and 12 deletions
|
@ -28,7 +28,7 @@ globalPads = [];
|
|||
/**
|
||||
* Returns a Pad Object with the callback
|
||||
* @param id A String with the id of the pad
|
||||
* @param callback {Function}
|
||||
* @param {Function} callback
|
||||
*/
|
||||
exports.getPad = function(id, callback)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue