Skip to content

Commit 8280d27

Browse files
committed
Update intro.js
1 parent 51639dd commit 8280d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
* @param {Object} targetElement
125125
*/
126126
function _exitIntro(targetElement) {
127-
//remove overlay layer from the page
127+
//remove overlay layer from the page.
128128
var overlayLayer = targetElement.querySelector(".introjs-overlay");
129129
//for fade-out animation
130130
overlayLayer.style.opacity = 0;
@@ -343,4 +343,4 @@
343343
};
344344

345345
this['introJs'] = introJs;
346-
})();
346+
})();

0 commit comments

Comments
 (0)