Fix param definition is jsdoc for app.render

fixes #2741
This commit is contained in:
Alexander Shemetovsky
2015-08-25 21:03:05 +03:00
committed by Douglas Christopher Wilson
parent 5699d64b99
commit e5ec966b2f

View File

@@ -522,7 +522,7 @@ app.del = deprecate.function(app.delete, 'app.del: Use app.delete instead');
* })
*
* @param {String} name
* @param {String|Function} options or fn
* @param {Object|Function} options or fn
* @param {Function} callback
* @public
*/