diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-01-30 09:57:04 -0500 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-03-11 16:05:39 -0400 |
commit | a9fa490418c911ff8a170c5d2e87e5dbc3be3ea3 (patch) | |
tree | 1d5449288b599ec15b9f64e13221a6f365c948fd /tests/unit/dialog/dialog_deprecated.html | |
parent | 415675eca122c6fcc635bb41838f303bdb8fa6f8 (diff) | |
download | jquery-ui-a9fa490418c911ff8a170c5d2e87e5dbc3be3ea3.tar.gz jquery-ui-a9fa490418c911ff8a170c5d2e87e5dbc3be3ea3.zip |
Dialog: Use new has/lacksClasses assertions for all class checks
Diffstat (limited to 'tests/unit/dialog/dialog_deprecated.html')
-rw-r--r-- | tests/unit/dialog/dialog_deprecated.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_deprecated.html b/tests/unit/dialog/dialog_deprecated.html index b26c38e9a..5bcdf75e5 100644 --- a/tests/unit/dialog/dialog_deprecated.html +++ b/tests/unit/dialog/dialog_deprecated.html @@ -30,7 +30,7 @@ }); </script> - <script src="dialog_common_derecated.js"></script> + <script src="dialog_common_deprecated.js"></script> <script src="dialog_core.js"></script> <script src="dialog_events.js"></script> <script src="dialog_methods.js"></script> |