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
+1 -1
View File
@@ -5,7 +5,7 @@
/**
* @classdesc
* Stripped down implementation of the W3C DOM Level 2 Event interface.
* @see https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-interface
* See https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-interface.
*
* This implementation only provides `type` and `target` properties, and
* `stopPropagation` and `preventDefault` methods. It is meant as base class