Fixes jsdoc types

This commit is contained in:
Peter 'Pita' Martischka 2011-06-02 13:11:46 +01:00
parent 890d1a4e05
commit 37490524d9
3 changed files with 12 additions and 12 deletions

View file

@ -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)
{