Skip to content

Commit

Permalink
Example for event namespace in the docs is reversed #2023
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Nov 17, 2017
1 parent 3d4d975 commit 944f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/md/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fields:
* `cy` : a reference to the corresponding core instance
* `target` : indicates the element or core that first caused the event
* `type` : the event type string (e.g. `"tap"`)
* `namespace` : the event namespace string (e.g. `"foo"` for `"foo.tap"`)
* `namespace` : the event namespace string (e.g. `"foo"` for `"tap.foo"`)
* `timeStamp` : Unix epoch time of event in milliseconds

Fields for only user input device events:
Expand Down

0 comments on commit 944f2bf

Please sign in to comment.