aboutsummaryrefslogtreecommitdiffstats
path: root/ui/draggable.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-08-13 13:19:40 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-08-13 13:19:40 +0200
commit874945e66d6684e7ef7013e1bc2723b485ed6178 (patch)
treeed85b9a9849ac88731d5a2818aa033f8958509df /ui/draggable.js
parentbf898abe961b9f4f420edaf9f0fd16b06d2398dc (diff)
downloadjquery-ui-1.11.1.tar.gz
jquery-ui-1.11.1.zip
1.11.11.11.1
Diffstat (limited to 'ui/draggable.js')
-rw-r--r--ui/draggable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/draggable.js b/ui/draggable.js
index a6de2889c..b9c1c30dd 100644
--- a/ui/draggable.js
+++ b/ui/draggable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.11.1
* 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.1",
widgetEventPrefix: "drag",
options: {
addClasses: true,