aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-06-14 19:42:59 -0700
committerScott González <scott.gonzalez@gmail.com>2010-06-14 19:42:59 -0700
commit9241757d7ab493b8750656a9fa96391607ad00c4 (patch)
tree84a0a9dbfc3b0e04824e1cb388625934467d13b5 /demos/dialog
parenteb13c017228674d60cdb95a411195ebb14cc8a51 (diff)
downloadjquery-ui-9241757d7ab493b8750656a9fa96391607ad00c4.tar.gz
jquery-ui-9241757d7ab493b8750656a9fa96391607ad00c4.zip
Dialog demo: Remove reference to obsolete overlay option.
Diffstat (limited to 'demos/dialog')
-rw-r--r--demos/dialog/modal.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="demo-description">
-<p>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 <code>overlay</code> option.</p>
+<p>A modal dialog prevents the user from interacting with the rest of the page until it is closed.</p>
</div><!-- End demo-description -->