We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84f283 commit ab6a305Copy full SHA for ab6a305
ui/widgets/pointer.js
@@ -36,7 +36,7 @@ $( document ).on( "pointerup", function() {
36
pointerHandled = false;
37
} );
38
39
-return $.widget( "ui.mouse", {
+return $.widget( "ui.pointer", {
40
version: "@VERSION",
41
options: {
42
cancel: "input, textarea, button, select, option",
0 commit comments