diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-10-16 08:41:18 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-16 08:41:18 -0400 |
commit | 16a3e63a7108dc7da34d7d52b4fccd9ada24308c (patch) | |
tree | 809fe3d853451df2c94688872eee1c3062b403a5 /ui/draggable.js | |
parent | d4a437e4b0d91d40eff269a19672a6db9217766e (diff) | |
download | jquery-ui-1.11.2.tar.gz jquery-ui-1.11.2.zip |
1.11.21.11.2
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, |