diff options
Diffstat (limited to 'themes/default/js/ui/jquery.ui.core.js')
-rw-r--r-- | themes/default/js/ui/jquery.ui.core.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/js/ui/jquery.ui.core.js b/themes/default/js/ui/jquery.ui.core.js index 9b358e71f..1dbfd6358 100644 --- a/themes/default/js/ui/jquery.ui.core.js +++ b/themes/default/js/ui/jquery.ui.core.js @@ -1,5 +1,5 @@ /*! - * jQuery UI 1.8.9 + * jQuery UI 1.8.10 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -18,7 +18,7 @@ if ( $.ui.version ) { } $.extend( $.ui, { - version: "1.8.9", + version: "1.8.10", keyCode: { ALT: 18, |