Skip to content

Commit 2ac0769

Browse files
committed
Draggable Tests: Fix several whitespace issues.
1 parent 0ad31ca commit 2ac0769

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/unit/draggable/draggable_core.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ test( "#5009: scroll not working with parent's position fixed", function() {
174174
}
175175
});
176176

177-
178177
TestHelpers.forceScrollableWindow();
179178

180179
$( "#wrapper" ).css( "position", "fixed" );
@@ -221,7 +220,7 @@ test( "#9379: Draggable: position bug in scrollable div", function() {
221220
});
222221
});
223222

224-
test( "#5727: draggable from iframe" , function() {
223+
test( "#5727: draggable from iframe", function() {
225224
expect( 1 );
226225

227226
var iframeBody, draggable1,

tests/unit/draggable/draggable_test_helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ TestHelpers.draggable = {
110110
el.draggable( "option", "helper", "clone" );
111111

112112
// Get what parent is at time of drag
113-
el.bind( "drag", function(e,ui) {
113+
el.bind( "drag", function(e, ui) {
114114
el.data( "last_dragged_parent", ui.helper.parent()[ 0 ] );
115115
});
116116
}

0 commit comments

Comments
 (0)