Skip to content

Commit ab6a305

Browse files
Update pointer.js
missed a mouse
1 parent d84f283 commit ab6a305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/pointer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $( document ).on( "pointerup", function() {
3636
pointerHandled = false;
3737
} );
3838

39-
return $.widget( "ui.mouse", {
39+
return $.widget( "ui.pointer", {
4040
version: "@VERSION",
4141
options: {
4242
cancel: "input, textarea, button, select, option",

0 commit comments

Comments
 (0)