diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-09 18:26:30 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-26 10:26:12 +0100 |
commit | 6edce867339c5808eda428fa2566aa40da4b0202 (patch) | |
tree | fcef6371f225cb00aa25e985b7fb88860f9f2bd6 /tests/unit/dialog/dialog_common.js | |
parent | f7d3a51589b30fd1be59339ca65b0e4bc6cfac8f (diff) | |
download | jquery-ui-6edce867339c5808eda428fa2566aa40da4b0202.tar.gz jquery-ui-6edce867339c5808eda428fa2566aa40da4b0202.zip |
Dialog: Remove attroperty workaround for title attribute. Make the default null, as it should be. No back-compat, as the behaviour doesn't change.
Diffstat (limited to 'tests/unit/dialog/dialog_common.js')
-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 fb29838b7..47fff1013 100644 --- a/tests/unit/dialog/dialog_common.js +++ b/tests/unit/dialog/dialog_common.js @@ -23,7 +23,7 @@ TestHelpers.commonWidgetTests( "dialog", { }, resizable: true, show: null, - title: '', + title: null, width: 300, // callbacks |