diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-15 22:29:24 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-26 10:28:21 +0100 |
commit | 83a9f219bf40ff834d660020bbfa7de550e48a0c (patch) | |
tree | a89cfc16f3fbe82f82b429acb71cb4edf85706d8 /tests/unit/dialog/dialog.html | |
parent | 0848040d3ee041e443e2492c18a5a69c78ab9c12 (diff) | |
download | jquery-ui-83a9f219bf40ff834d660020bbfa7de550e48a0c.tar.gz jquery-ui-83a9f219bf40ff834d660020bbfa7de550e48a0c.zip |
Dialog: Use button widget for close button (was already listed as dependency)
Diffstat (limited to 'tests/unit/dialog/dialog.html')
-rw-r--r-- | tests/unit/dialog/dialog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index cb74bb654..0022b42cf 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -19,6 +19,7 @@ "ui/jquery.ui.mouse.js", "ui/jquery.ui.draggable.js", "ui/jquery.ui.resizable.js", + "ui/jquery.ui.button.js", "ui/jquery.ui.dialog.js" ] }); |