diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-11 16:23:18 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-11 16:23:18 -0500 |
commit | b9f206dbcf7f8b9c190e86f0974ad2003911b668 (patch) | |
tree | c4a5777006bcd914c21562b43386e8d68ed8b96a /tests/unit/dialog | |
parent | 28fcef5e9e57b645af56615fdb1ab7abbe9869ec (diff) | |
download | jquery-ui-b9f206dbcf7f8b9c190e86f0974ad2003911b668.tar.gz jquery-ui-b9f206dbcf7f8b9c190e86f0974ad2003911b668.zip |
Dialog: Cleanup.
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r-- | tests/unit/dialog/dialog_common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_common.js b/tests/unit/dialog/dialog_common.js index 1a9b4e109..57d7aa0aa 100644 --- a/tests/unit/dialog/dialog_common.js +++ b/tests/unit/dialog/dialog_common.js @@ -2,7 +2,7 @@ TestHelpers.commonWidgetTests( "dialog", { defaults: { appendTo: "body", autoOpen: true, - buttons: {}, + buttons: [], closeOnEscape: true, closeText: 'close', disabled: false, |