diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/js/ui/jquery.ui.selectable.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/js/ui/jquery.ui.selectable.js b/themes/default/js/ui/jquery.ui.selectable.js index 7cc1f543c..7f3c8a81b 100644 --- a/themes/default/js/ui/jquery.ui.selectable.js +++ b/themes/default/js/ui/jquery.ui.selectable.js @@ -1,8 +1,8 @@ /*! - * jQuery UI Selectable 1.10.1 + * jQuery UI Selectable 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * @@ -16,7 +16,7 @@ (function( $, undefined ) { $.widget("ui.selectable", $.ui.mouse, { - version: "1.10.1", + version: "1.10.4", options: { appendTo: "body", autoRefresh: true, |