diff options
author | Reedy <reedy@wikimedia.org> | 2012-04-27 01:07:56 +0100 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2012-04-27 01:07:56 +0100 |
commit | 4f46561714ad8327de23c4876677ae1d6a59e708 (patch) | |
tree | cdce3b6b0fb9c80ea79e35e1809a05c15ff7ba16 /resources/jquery.ui/jquery.ui.draggable.js | |
parent | c9480d2eeed7c50c5ca554106706cbd289de0993 (diff) | |
download | mediawikicore-4f46561714ad8327de23c4876677ae1d6a59e708.tar.gz mediawikicore-4f46561714ad8327de23c4876677ae1d6a59e708.zip |
Update jQuery UI to 1.8.19
http://blog.jqueryui.com/2012/04/jquery-ui-1-8-19/
Change-Id: Ib79baabc57c67c8bf96fc6d4f9304af39224fdc9
Diffstat (limited to 'resources/jquery.ui/jquery.ui.draggable.js')
-rw-r--r-- | resources/jquery.ui/jquery.ui.draggable.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/jquery.ui/jquery.ui.draggable.js b/resources/jquery.ui/jquery.ui.draggable.js index 4141ff780905..417b761bc7b5 100644 --- a/resources/jquery.ui/jquery.ui.draggable.js +++ b/resources/jquery.ui/jquery.ui.draggable.js @@ -1,7 +1,7 @@ -/* - * jQuery UI Draggable 1.8.18 +/*! + * jQuery UI Draggable 1.8.19 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -505,7 +505,7 @@ $.widget("ui.draggable", $.ui.mouse, { }); $.extend($.ui.draggable, { - version: "1.8.18" + version: "@VERSION" }); $.ui.plugin.add("draggable", "connectToSortable", { |