From 9241757d7ab493b8750656a9fa96391607ad00c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 14 Jun 2010 19:42:59 -0700 Subject: [PATCH] Dialog demo: Remove reference to obsolete overlay option. --- demos/dialog/modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index 1eb69f028..2846d57d5 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -53,7 +53,7 @@
-

A modal dialog prevents the user from interacting with the rest of the page until it is closed. To add a semi-transparent layer that dims out the page content behind the dialog, set the background color and opacity of the overlay option.

+

A modal dialog prevents the user from interacting with the rest of the page until it is closed.

-- 2.39.5