diff options
Diffstat (limited to 'ui/widgets/draggable.js')
-rw-r--r-- | ui/widgets/draggable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js index 2a9666d4e..83a3248b4 100644 --- a/ui/widgets/draggable.js +++ b/ui/widgets/draggable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Draggable @VERSION + * jQuery UI Draggable 1.13.0-rc.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -40,7 +40,7 @@ "use strict"; $.widget( "ui.draggable", $.ui.mouse, { - version: "@VERSION", + version: "1.13.0-rc.2", widgetEventPrefix: "drag", options: { addClasses: true, |