Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fix docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jun 6, 2012
1 parent 6f766be commit 07f8759
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/events.md
Expand Up @@ -253,8 +253,8 @@ $('.selector').qtip({
* [Show options](./show.md)

### Notes
* This is distinct from the [show event](#show) since it is fired before the show animation is complete, not after.
* Because of the above, the (event.preventDefault();)(#preventDefault) call will do nothing within this event, since it is already shown when this event is triggered
* This is distinct from the [show event](#show) since it is fired *after* the show animation is complete, not before.
* Because of the above, the [event.preventDefault()](#preventDefault) call will do nothing within this event, since it is already shown when this event is triggered


<a name="hidden"></a>
Expand Down Expand Up @@ -288,8 +288,8 @@ $('.selector').qtip({
* [Hide options](./hide.md)

### Notse
* This is distinct from the [hide event](#hide) since it is fired before the hide animation is complete, not after.
* Because of the above, the (event.preventDefault();)(#preventDefault) call will do nothing within this event, since it is already shown when this event is triggered.
* This is distinct from the [hide event](#hide) since it is fired *after* the hide animation is complete, not before.
* Because of the above, the [event.preventDefault()](#preventDefault) call will do nothing within this event, since it is already shown when this event is triggered.


<a name="move"></a>
Expand Down

0 comments on commit 07f8759

Please sign in to comment.