Skip to content

Commit

Permalink
#2526 Increase jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 13, 2015
1 parent d692dbc commit 0775e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ $.fn.popup.settings = {
distanceAway : 0,

// number of pixels an element is allowed to be "offstage" for a position to be chosen (allows for rounding)
jitter : 1,
jitter : 2,

// offset on aligning axis from calculated position
offset : 0,
Expand Down

0 comments on commit 0775e8f

Please sign in to comment.