diff options
Diffstat (limited to 'ui/widgets/mouse.js')
-rw-r--r-- | ui/widgets/mouse.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js index 1efcf08db..6ef733ad2 100644 --- a/ui/widgets/mouse.js +++ b/ui/widgets/mouse.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Mouse @VERSION + * jQuery UI Mouse 1.13.0-alpha.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -38,7 +38,7 @@ $( document ).on( "mouseup", function() { } ); return $.widget( "ui.mouse", { - version: "@VERSION", + version: "1.13.0-alpha.1", options: { cancel: "input, textarea, button, select, option", distance: 1, |