mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Droppable tests: Cleanup.
This commit is contained in:
parent
1c80735acb
commit
d0ad572349
@ -1,6 +1,3 @@
|
|||||||
/*
|
|
||||||
* droppable_events.js
|
|
||||||
*/
|
|
||||||
(function( $ ) {
|
(function( $ ) {
|
||||||
|
|
||||||
module( "droppable: events" );
|
module( "droppable: events" );
|
||||||
@ -38,9 +35,7 @@ test( "droppable destruction/recreation on drop event", function() {
|
|||||||
ok( !droppable2.hasClass( "active" ), "subsequent droppable no longer active" );
|
ok( !droppable2.hasClass( "active" ), "subsequent droppable no longer active" );
|
||||||
});
|
});
|
||||||
|
|
||||||
// this is here to make JSHint pass "unused", and we don't want to
|
|
||||||
// remove the parameter for when we finally implement
|
|
||||||
$.noop();
|
|
||||||
|
|
||||||
// todo: comment the following in when ready to actually test
|
// todo: comment the following in when ready to actually test
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user