aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/droppable.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-10-30 17:22:18 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-10-30 17:22:18 +0100
commitca5af712bdd620c82a8fc55265ab2afad70121b0 (patch)
tree1ebc74fb19bc7786e03c177c3e95a7c886799ca2 /ui/widgets/droppable.js
parentbf0d4c3a06852622487c08991f702f225b9631dd (diff)
downloadjquery-ui-1.14.1.tar.gz
jquery-ui-1.14.1.zip
1.14.11.14.1
Diffstat (limited to 'ui/widgets/droppable.js')
-rw-r--r--ui/widgets/droppable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index 1ff3833ba..945156093 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Droppable @VERSION
+ * jQuery UI Droppable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -35,7 +35,7 @@
"use strict";
$.widget( "ui.droppable", {
- version: "@VERSION",
+ version: "1.14.1",
widgetEventPrefix: "drop",
options: {
accept: "*",