diff options
Diffstat (limited to 'ui/draggable.js')
-rw-r--r-- | ui/draggable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/draggable.js b/ui/draggable.js index b59955add..722fa7f0a 100644 --- a/ui/draggable.js +++ b/ui/draggable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Draggable @VERSION + * jQuery UI Draggable 1.11.2 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -26,7 +26,7 @@ }(function( $ ) { $.widget("ui.draggable", $.ui.mouse, { - version: "@VERSION", + version: "1.11.2", widgetEventPrefix: "drag", options: { addClasses: true, |