Skip to content

Commit b6abbbf

Browse files
committed
Oops, missed that we've swtiched to single argument = no perents
1 parent 2a4541b commit b6abbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (window.ResizeObserver) {
3838
API.append(elem, iframeElem);
3939
});
4040

41-
let setIframeHeight = (e) => {
41+
let setIframeHeight = e => {
4242
if (e.origin !== 'https://www.yourdomain.com') {
4343
// You should ALWAYS verify the origin matches the third party domain
4444
// the iframe is loaded from. For more information, see:

0 commit comments

Comments
 (0)