Replace @see with See.

This commit is contained in:
Tim Schaub
2018-07-19 08:37:32 -06:00
parent d46471d763
commit e1e34e5636
12 changed files with 15 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ class MapBrowserEvent extends MapEvent {
/**
* Prevents the default browser action.
* @see https://developer.mozilla.org/en-US/docs/Web/API/event.preventDefault
* See https://developer.mozilla.org/en-US/docs/Web/API/event.preventDefault.
* @override
* @api
*/
@@ -67,7 +67,7 @@ class MapBrowserEvent extends MapEvent {
/**
* Prevents further propagation of the current event.
* @see https://developer.mozilla.org/en-US/docs/Web/API/event.stopPropagation
* See https://developer.mozilla.org/en-US/docs/Web/API/event.stopPropagation.
* @override
* @api
*/