We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78496f3 commit b1e5ef2Copy full SHA for b1e5ef2
intro.js
@@ -1,5 +1,5 @@
1
/**
2
- * Intro.js v1.1.1
+ * Intro.js v2.0
3
* https://github.com/usablica/intro.js
4
* MIT licensed
5
*
@@ -19,7 +19,7 @@
19
}
20
} (this, function (exports) {
21
//Default config/variables
22
- var VERSION = '1.1.1';
+ var VERSION = '2.0';
23
24
25
* IntroJs main class
@@ -70,7 +70,7 @@
70
/* Default hint position */
71
hintPosition: 'top',
72
/* Hint button label */
73
- hintButtonLabel: 'Got it',
+ hintButtonLabel: 'Got it'
74
};
75
76
0 commit comments