Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzos committed Jul 31, 2011
1 parent b9bf7f6 commit 98681e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Docs
- **`motion`**: Distance in pixel that the tip will cover during in/out animation (default `6`).
- **`motionOnShow`**: If the tip will animate when showing (default `TRUE`).
- **`motionOnHide`**: If the tip will animate when hiding (default `TRUE`).
- **`showOn`**: When to show the tip, can be any event of the target element (default `mouseenter`).
- **`hideOn`**: When to hide the tip, can be any event of the target element (default `mouseleave`).
- **`showOn`**: When to show the tip, can be any event of the target element (default `"mouseenter"`).
- **`hideOn`**: When to hide the tip, can be any event of the target element (default `"mouseleave"`).
- **`showDelay`**: The delay the show event is fired (default `0`).
- **`hideDelay`**: The delay the hide event is fired (default `0`).
- **`className`**: The class name the tip container will get; necessary for styling (default `"floating-tip"`).
Expand Down

0 comments on commit 98681e2

Please sign in to comment.