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 9b5bf9a commit 6da8229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/md/events.md
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 6da8229

Please sign in to comment.