dialog: methods test cleanup

This commit is contained in:
Jörn Zaefferer 2009-09-15 15:42:41 +00:00
parent 1bd910e6d0
commit b9f59aa4cf

View File

@ -3,7 +3,11 @@
*/
(function($) {
module("dialog: methods");
module("dialog: methods", {
teardown: function() {
$("body>.ui-dialog").remove();
}
});
test("init", function() {
expect(7);