Skip to content

Commit a377088

Browse files
siebrandscottgonzalez
authored andcommitted
Position: Replace double space with single space.
1 parent 369c76d commit a377088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.position.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ $.ui.position = {
436436
}
437437
}
438438
else if ( overBottom > 0 ) {
439-
newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset + offset - offsetTop;
439+
newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset + offset - offsetTop;
440440
if ( ( position.top + myOffset + atOffset + offset) > overBottom && ( newOverTop > 0 || abs( newOverTop ) < overBottom ) ) {
441441
position.top += myOffset + atOffset + offset;
442442
}

0 commit comments

Comments
 (0)