diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-06-14 19:42:59 -0700 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-06-14 19:42:59 -0700 |
commit | 9241757d7ab493b8750656a9fa96391607ad00c4 (patch) | |
tree | 84a0a9dbfc3b0e04824e1cb388625934467d13b5 /demos/dialog | |
parent | eb13c017228674d60cdb95a411195ebb14cc8a51 (diff) | |
download | jquery-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.html | 2 |
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 --> |