diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-11 02:45:42 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-11 02:45:42 +0000 |
commit | 713761c876f650a495f04995d87281b5aeec998f (patch) | |
tree | 2b36ff32d48bed78f859fb6403364861ecae7155 /tests | |
parent | 9eda8e4cb9ed2498a8e894474d806d1fe50a8895 (diff) | |
download | jquery-ui-713761c876f650a495f04995d87281b5aeec998f.tar.gz jquery-ui-713761c876f650a495f04995d87281b5aeec998f.zip |
Dialog: Partial fix for #3648: Use new CSS framework.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dialog.js b/tests/dialog.js index ddc32e1b8..95e123a92 100644 --- a/tests/dialog.js +++ b/tests/dialog.js @@ -300,7 +300,7 @@ test("buttons", function() { i++; }); - equals(btn.parent().attr('className'), 'ui-dialog-buttonpane', "buttons in container"); + ok(btn.parent().hasClass('ui-dialog-buttonpane'), "buttons in container"); btn.trigger("click"); var newButtons = { |