Skip to content

Commit

Permalink
Updated readme for startpos
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Groves committed Oct 21, 2014
1 parent 8a30ed4 commit d557b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Pep has many options. Here they are in their entirety, with their defaults. This
| deferPlacement | `false` | defer object placement until start event occurs |
| forceNonCSS3Movement | `false` | DO NOT USE: this is subject to come/go. Use at your own risk |
| 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 |
| 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 |



Expand Down

0 comments on commit d557b4b

Please sign in to comment.