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 f683c7893..36cb02976 100644 --- a/ui/widgets/droppable.js +++ b/ui/widgets/droppable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Droppable @VERSION + * jQuery UI Droppable 1.12.0-rc.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -32,7 +32,7 @@ }( function( $ ) { $.widget( "ui.droppable", { - version: "@VERSION", + version: "1.12.0-rc.2", widgetEventPrefix: "drop", options: { accept: "*", |