Skip to content

Commit 6062e3f

Browse files
committed
v12.2.0
1 parent 9812152 commit 6062e3f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/12.2.0/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Gleap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,15 +1029,15 @@ class Gleap {
10291029
} else if (action.actionType === "banner") {
10301030
Gleap.showBanner(action);
10311031
} else if (action.actionType === "tour") {
1032-
Gleap.startProductTour(action.id, action.data);
1032+
Gleap.startProductTourWithConfig(action.id, action.data);
10331033
} else {
10341034
Gleap.showSurvey(action.actionType, action.format);
10351035
}
10361036
}
10371037
}
10381038
}
10391039

1040-
static startProductTour(tourId, config) {
1040+
static startProductTourWithConfig(tourId, config) {
10411041
GleapProductTours.getInstance().startWithConfig(tourId, config, (data) => {
10421042
const comData = {
10431043
tourId: data.tourId,

0 commit comments

Comments
 (0)