Skip to content

Commit

Permalink
add the build target file
Browse files Browse the repository at this point in the history
  • Loading branch information
aniude committed Mar 16, 2018
1 parent ffec29b commit bfa98dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/iframeResizer.contentWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
},

lowestElement: function getBestHeight() {
return Math.max(getHeight.bodyOffset(), getMaxElement('bottom',getAllElements()));
return Math.max(getHeight.bodyOffset() || getHeight.documentElementOffset(), getMaxElement('bottom',getAllElements()));
},

taggedElement: function getTaggedElementsHeight() {
Expand Down
2 changes: 1 addition & 1 deletion js/iframeResizer.contentWindow.map

Large diffs are not rendered by default.

Loading

0 comments on commit bfa98dc

Please sign in to comment.