Skip to content

Commit

Permalink
Fixes getBoundingClientRect() link
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaphase committed Oct 22, 2015
1 parent 5971c37 commit b7d0831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Pep has many options. Here they are in their entirety, with their defaults. Need
| elementsWithInteraction | `'input'` | valid CSS/jQuery selector for elements within the Pep object that should allow user interaction, and thus propagate to allow movement |
| ignoreRightClick | `true` | start event will be ignored if triggered by a right click |
| startPos | `{ left: null, top: null }` | set the default left/top coordinate to position the object with on load |
| useBoundingClientRect | `false` | use (getBoundingClientRect())[https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect] to retrieve element dimensions instead of jQuery's .outerWidth() & .outerHeight() (useful when your element is scaled via CSS transforms) |
| useBoundingClientRect | `false` | use [getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect) to retrieve element dimensions instead of jQuery's .outerWidth() & .outerHeight() (useful when your element is scaled via CSS transforms) |



Expand Down

0 comments on commit b7d0831

Please sign in to comment.