Skip to content

Commit

Permalink
Merge pull request #171 from ReedD/feature/close-fix
Browse files Browse the repository at this point in the history
Modified `close` to always trigger change
  • Loading branch information
davidjbradshaw committed Mar 17, 2015
2 parents ede823b + 6e1c963 commit 78b9597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iframeResizer.contentWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@

window.parentIFrame = {
close: function closeF(){
sendSize('close','parentIFrame.close()', 0, 0);
sendSize('close','parentIFrame.close()', Infinity, Infinity);
},
getId: function getIdF(){
return myID;
Expand Down

0 comments on commit 78b9597

Please sign in to comment.