Skip to content

Commit f928f25

Browse files
committed
Droppable: Re-expose $.ui.intersect()
Fixes #14963 Ref #10534
1 parent 010f5f9 commit f928f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/droppable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ $.widget( "ui.droppable", {
253253
}
254254
} );
255255

256-
var intersect = ( function() {
256+
var intersect = $.ui.intersect = ( function() {
257257
function isOverAxis( x, reference, size ) {
258258
return ( x >= reference ) && ( x < ( reference + size ) );
259259
}

0 commit comments

Comments
 (0)