From 10c14ed31ae9f5398c1731395a69f3b38eaf527d Mon Sep 17 00:00:00 2001 From: Filippo Lazzarini Date: Thu, 1 Aug 2019 18:22:19 +0200 Subject: [PATCH] Replace "modal" in blockerClass default option Replace "modal" with "blocker" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c1a1f..51fa4d0 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ $.modal.defaults = { closeClass: '', // Add additional class(es) to the close tag. showClose: true, // Shows a (X) icon/link in the top-right corner modalClass: "modal", // CSS class added to the element being displayed in the modal. - blockerClass: "modal", // CSS class added to the overlay (blocker). + blockerClass: "blocker", // CSS class added to the overlay (blocker). // HTML appended to the default spinner during AJAX requests. spinnerHtml: '
',