Skip to content

Commit 196aa08

Browse files
committed
Comment
1 parent b2f9715 commit 196aa08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/Router.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ export default class Router extends String {
101101
}
102102

103103
/**
104-
* Get the current location
104+
* Get an object representing the current location (by default this will be
105+
* the JavaScript `window` global if it's available).
105106
*
106107
* @return {Object}
107108
*/

0 commit comments

Comments
 (0)