Skip to content

Commit 1d207db

Browse files
Revise launcher options passthrough
1 parent 3272ea4 commit 1d207db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rokt-Kit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var constructor = function () {
6161
self.userAttributes = filteredUserAttributes;
6262
self.onboardingExpProvider = settings.onboardingExpProvider;
6363

64-
var launcherOptions = self.launcherOptions || {};
64+
var launcherOptions = window.mParticle.Rokt.launcherOptions || {};
6565
launcherOptions.integrationName = generateIntegrationName(
6666
launcherOptions.integrationName
6767
);

0 commit comments

Comments
 (0)