Skip to content

Commit fcbdfaf

Browse files
committed
fixed missing internal.createTrackPixelIframeHtml
1 parent d295fc2 commit fcbdfaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ let consoleErrorExists = Boolean(consoleExists && window.console.error);
2323
// this allows stubbing of utility functions that are used internally by other utility functions
2424
export const internal = {
2525
checkCookieSupport,
26+
createTrackPixelIframeHtml,
2627
getWindowSelf,
2728
getWindowTop,
2829
getAncestorOrigins,

0 commit comments

Comments
 (0)