Update jQuery UI to 1.11.3.

Changelog:
* http://jqueryui.com/changelog/1.11.3/
* https://github.com/jquery/jquery-ui/compare/1.11.2...1.11.3

fixes #31473.

git-svn-id: https://develop.svn.wordpress.org/trunk@31569 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2015-02-27 10:20:18 +00:00
parent 5d2c780c95
commit aa2da3051a
41 changed files with 214 additions and 188 deletions

View File

@@ -1,8 +1,8 @@
/*!
* jQuery UI CSS Framework 1.11.2
* jQuery UI CSS Framework 1.11.3
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
@@ -93,10 +93,10 @@
}
/*!
* jQuery UI Resizable 1.11.2
* jQuery UI Resizable 1.11.3
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/

View File

@@ -105,17 +105,17 @@
}
/*!
* jQuery UI Draggable/Sortable 1.11.2
* jQuery UI Draggable/Sortable 1.11.3
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
.ui-draggable-handle,
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
touch-action: none;
}
/**