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

Commit

Permalink
Small docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jun 5, 2012
1 parent df0c7e1 commit c337a75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/events.md
Expand Up @@ -182,7 +182,7 @@ $('.selector').qtip({
* [Hide options](./hide.md)

### Notes
Using [event.preventDefault()](#preventDefault) described above, will prevent the tooltip from hiding.
* Using [event.preventDefault()](#preventDefault) described above, will prevent the tooltip from hiding.



Expand Down
1 change: 0 additions & 1 deletion docs/global.md
Expand Up @@ -9,7 +9,6 @@ Stores the version of qTip2 library included on the page in the format "2.x.x".
## $.fn.qtip.defaults
Holds all the default qTip values inherited by your .qtip() calls.

### Value
```js
$.fn.qtip.defaults = {
prerender: false,
Expand Down

0 comments on commit c337a75

Please sign in to comment.