Browse Source

#2526 Increase jitter

pull/2616/merge
jlukic 9 years ago
parent
commit
0775e8fffa
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -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,

Loading…
Cancel
Save