uni tests: cleanup after common widget tests

This commit is contained in:
Jörn Zaefferer 2009-09-17 14:55:35 +00:00
parent 8acd12a059
commit 6c222d286a

View File

@ -67,6 +67,8 @@ function testSettingOptions(widget, options) {
same(instance.options[option], val, option + ': ' + type);
});
});
el.remove();
});
}