Add additional supported methods to event documentation

`isPropagationStopped` and `isDefaultPrevented` methods do in fact exist on `SyntheticEvent`
This commit is contained in:
Jason Webster 2014-12-05 01:19:08 -08:00
parent 5c1589b81e
commit 6846cce840
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@ Number eventPhase
boolean isTrusted
DOMEvent nativeEvent
void preventDefault()
void isDefaultPrevented()
void stopPropagation()
void isPropagationStopped()
DOMEventTarget target
Date timeStamp
String type