Skip to content

Commit 0beb25e

Browse files
committed
Draggable: Cleanup.
1 parent 2d7e150 commit 0beb25e

File tree

2 files changed

+222
-258
lines changed

2 files changed

+222
-258
lines changed

tests/unit/draggable/draggable_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ test( "{ cancel: Selectors }, matching parent selector", function() {
229229
});
230230
*/
231231

232-
test( "cancelement, default, switching after initialization", function() {
232+
test( "cancel, default, switching after initialization", function() {
233233
expect( 3 );
234234

235235
$( "<div id='draggable-option-cancel-default'><input type='text'></div>" ).appendTo( "#main" );

0 commit comments

Comments
 (0)