Skip to content

Commit

Permalink
#2615 Adds missing default value for refreshOnResize
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 13, 2015
1 parent a089192 commit 2219ea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/definitions/behaviors/visibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,9 @@ $.fn.visibility.settings = {
// whether to refresh calculations after all page images load
refreshOnLoad : true,

// whether to refresh calculations after page resize event
refreshOnResize : true,

// callback should only occur one time
once : true,

Expand Down

0 comments on commit 2219ea8

Please sign in to comment.