Skip to content

Commit

Permalink
SyntheticEvent.timeStamp is a number, not a Date
Browse files Browse the repository at this point in the history
Also makes the a few other attribute types use lowercase (primitive) naming, to be consistent.
  • Loading branch information
mihaip committed Dec 30, 2014
1 parent ebf4cb4 commit c0e33e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/ref-05-events.md
Expand Up @@ -17,14 +17,14 @@ boolean bubbles
boolean cancelable
DOMEventTarget currentTarget
boolean defaultPrevented
Number eventPhase
number eventPhase
boolean isTrusted
DOMEvent nativeEvent
void preventDefault()
void stopPropagation()
DOMEventTarget target
Date timeStamp
String type
number timeStamp
string type
```

> Note:
Expand Down

0 comments on commit c0e33e8

Please sign in to comment.