mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Draggable Tests: Fix several whitespace issues.
This commit is contained in:
parent
0ad31ca469
commit
2ac0769967
@ -174,7 +174,6 @@ test( "#5009: scroll not working with parent's position fixed", function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
TestHelpers.forceScrollableWindow();
|
TestHelpers.forceScrollableWindow();
|
||||||
|
|
||||||
$( "#wrapper" ).css( "position", "fixed" );
|
$( "#wrapper" ).css( "position", "fixed" );
|
||||||
@ -221,7 +220,7 @@ test( "#9379: Draggable: position bug in scrollable div", function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test( "#5727: draggable from iframe" , function() {
|
test( "#5727: draggable from iframe", function() {
|
||||||
expect( 1 );
|
expect( 1 );
|
||||||
|
|
||||||
var iframeBody, draggable1,
|
var iframeBody, draggable1,
|
||||||
|
@ -110,7 +110,7 @@ TestHelpers.draggable = {
|
|||||||
el.draggable( "option", "helper", "clone" );
|
el.draggable( "option", "helper", "clone" );
|
||||||
|
|
||||||
// Get what parent is at time of drag
|
// Get what parent is at time of drag
|
||||||
el.bind( "drag", function(e,ui) {
|
el.bind( "drag", function(e, ui) {
|
||||||
el.data( "last_dragged_parent", ui.helper.parent()[ 0 ] );
|
el.data( "last_dragged_parent", ui.helper.parent()[ 0 ] );
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user