Skip to content

Commit

Permalink
Merge pull request facebook#66 from kassens/test-helper
Browse files Browse the repository at this point in the history
Fix getIframe test helper
  • Loading branch information
vjeux committed Apr 1, 2015
2 parents b664517 + dda464c commit 8ae5604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layout-test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ var layoutTestUtils = (function() {
_cachedIframe = iframe;
return iframe;
} else {
setTimeout(getIframe, 0);
setTimeout(getIframe.bind(null, iframe), 0);
}
}

Expand Down

0 comments on commit 8ae5604

Please sign in to comment.