Skip to content

Commit

Permalink
Fix JSDoc for Router constructor
Browse files Browse the repository at this point in the history
fixes #3598
fixes #3599
fixes #3698
  • Loading branch information
ankon authored and dougwilson committed Sep 13, 2018
1 parent ede24da commit f3fa758
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
==========

* Fix JSDoc for `Router` constructor

4.16.3 / 2018-03-12
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var toString = Object.prototype.toString;
/**
* Initialize a new `Router` with the given `options`.
*
* @param {Object} options
* @param {Object} [options]
* @return {Router} which is an callable function
* @public
*/
Expand Down

0 comments on commit f3fa758

Please sign in to comment.