Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit bd407b7

Browse files
committed
Missing semicolon.
1 parent 3a420aa commit bd407b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/Dialogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ define(function (require, exports, module) {
329329
// Updates the z-index of the modal dialog and the backdrop
330330
.css("z-index", zIndex + 1)
331331
.next()
332-
.css("z-index", zIndex)
332+
.css("z-index", zIndex);
333333

334334
zIndex += 2;
335335

0 commit comments

Comments
 (0)