Skip to content

Commit 166efb1

Browse files
authored
Liniting
1 parent c7bb50f commit 166efb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jQuery.leanModal2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'background: rgba(0, 0, 0, ' +
9090
options.overlayOpacity +
9191
'); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 100; ' +
92-
'align-items: center; justify-content: center;';
92+
'align-items: center; justify-content: center;'
9393
var overlay = $('<div id="js-leanmodal-overlay" style="' + style + '"></div>')
9494
$('body').append(overlay)
9595
}

0 commit comments

Comments
 (0)