fix isDefaultPrevented() and isPropagationStopped() methods of SyntheticEvent notation

This commit is contained in:
chico
2015-10-01 13:55:11 +03:00
parent 6dbdea15b2
commit e6314641ce
3 changed files with 6 additions and 4 deletions

View File

@@ -21,9 +21,9 @@ number eventPhase
boolean isTrusted
DOMEvent nativeEvent
void preventDefault()
void isDefaultPrevented()
boolean isDefaultPrevented()
void stopPropagation()
void isPropagationStopped()
boolean isPropagationStopped()
DOMEventTarget target
number timeStamp
string type

View File

@@ -21,9 +21,9 @@ number eventPhase
boolean isTrusted
DOMEvent nativeEvent
void preventDefault()
void isDefaultPrevented()
boolean isDefaultPrevented()
void stopPropagation()
void isPropagationStopped()
boolean isPropagationStopped()
DOMEventTarget target
number timeStamp
string type

View File

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