testrunner: Misc
This commit is contained in:
parent
0a1b0db347
commit
63f8bb7027
|
@ -429,6 +429,9 @@ test("jQuery.Event.currentTarget", function(){
|
|||
$elem.trigger('click');
|
||||
// Native event (#4033)
|
||||
triggerEvent( $elem[0], 'click' );
|
||||
|
||||
// Cleanup
|
||||
$elem.unbind();
|
||||
});
|
||||
|
||||
test("toggle(Function, Function, ...)", function() {
|
||||
|
|
Loading…
Reference in a new issue