Skip to content

Commit 4b65804

Browse files
committed
changed to bootstrap method
1 parent 2620538 commit 4b65804

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/breinify-web-experiences.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
};
7979

8080
const WebExperiences = {
81-
setup: function (id, configuration, module) {
81+
82+
bootstrap: function (id, configuration, module) {
8283

8384
// the module must be a valid object
8485
if (typeof module !== 'object') {

dist/breinify-web-experiences.min.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/plugins/WebExperiences.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
};
7979

8080
const WebExperiences = {
81-
setup: function (id, configuration, module) {
81+
82+
bootstrap: function (id, configuration, module) {
8283

8384
// the module must be a valid object
8485
if (typeof module !== 'object') {

0 commit comments

Comments
 (0)