We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede24da commit f3fa758Copy full SHA for f3fa758
History.md
@@ -1,3 +1,8 @@
1
+unreleased
2
+==========
3
+
4
+ * Fix JSDoc for `Router` constructor
5
6
4.16.3 / 2018-03-12
7
===================
8
lib/router/index.js
@@ -35,7 +35,7 @@ var toString = Object.prototype.toString;
35
/**
36
* Initialize a new `Router` with the given `options`.
37
*
38
- * @param {Object} options
+ * @param {Object} [options]
39
* @return {Router} which is an callable function
40
* @public
41
*/
0 commit comments