diff options
Diffstat (limited to 'ui/widgets/droppable.js')
-rw-r--r-- | ui/widgets/droppable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js index 1ff3833ba..d980016a0 100644 --- a/ui/widgets/droppable.js +++ b/ui/widgets/droppable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Droppable @VERSION + * jQuery UI Droppable 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -35,7 +35,7 @@ "use strict"; $.widget( "ui.droppable", { - version: "@VERSION", + version: "1.14.0-beta.1", widgetEventPrefix: "drop", options: { accept: "*", |