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

@ -32,7 +32,7 @@ exports.db = null;
/**
* Initalizes the database with the settings provided by the settings module
* @param callback {Function}
* @param {Function} callback
*/
exports.init = function(callback)
{