Skip to content

Commit 2856784

Browse files
committed
fix coding style issue
1 parent 6252818 commit 2856784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
//remove overlay layer from the page
297297
var overlayLayer = targetElement.querySelector('.introjs-overlay');
298298
//return if intro already completed or skipped
299-
if(overlayLayer == null){
299+
if (overlayLayer == null) {
300300
return;
301301
}
302302
//for fade-out animation

0 commit comments

Comments
 (0)