Skip to content

Commit

Permalink
Correctly call iframeResize
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 17, 2014
1 parent 09947a2 commit da847da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/imp.js
Expand Up @@ -172,7 +172,7 @@ var IMP_JS = {

resize = function() {
if (!(--count)) {
this.iframeResize(iframe);
this.iframeResize(null, iframe);
}
}.bind(this);

Expand Down

0 comments on commit da847da

Please sign in to comment.