Skip to content

Commit d0ad572

Browse files
committed
Droppable tests: Cleanup.
1 parent 1c80735 commit d0ad572

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

tests/unit/droppable/droppable_events.js

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*
2-
* droppable_events.js
3-
*/
4-
(function($) {
1+
(function( $ ) {
52

6-
module("droppable: events");
3+
module( "droppable: events" );
74

85
test( "droppable destruction/recreation on drop event", function() {
96
expect( 1 );
@@ -38,9 +35,7 @@ test( "droppable destruction/recreation on drop event", function() {
3835
ok( !droppable2.hasClass( "active" ), "subsequent droppable no longer active" );
3936
});
4037

41-
// this is here to make JSHint pass "unused", and we don't want to
42-
// remove the parameter for when we finally implement
43-
$.noop();
38+
4439

4540
// todo: comment the following in when ready to actually test
4641
/*
@@ -65,4 +60,4 @@ test("drop", function() {
6560
});
6661
*/
6762

68-
})(jQuery);
63+
})( jQuery );

0 commit comments

Comments
 (0)