Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs($event): clarify $event is jQuery.Event #9102

Closed
wants to merge 1 commit into from

Conversation

mrcoles
Copy link
Contributor

@mrcoles mrcoles commented Sep 15, 2014

The docs should state that an $event object is an instance of a jQuery.Event object. Whenever objects are passed around in a framework it's really helpful for the docs to state what’s inside the objects and how to expect them to be populated/work. I had to mess around in my console and with code to figure out what the $event object was.

The docs should state that an `$event` object is an instance of a jQuery.Event object. Whenever objects are passed around in a framework it's really helpful for the docs to state what’s inside the objects and how to expect them to be populated/work. I had to mess around in my console and with code to figure out what the `$event` object was.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants