diff options
author | Sam Reed <reedy@users.mediawiki.org> | 2011-12-08 19:17:59 +0000 |
---|---|---|
committer | Sam Reed <reedy@users.mediawiki.org> | 2011-12-08 19:17:59 +0000 |
commit | 04b0f02225fcb51cfa9cf099402b3e7dde15fca5 (patch) | |
tree | caaac8632bbc80738cd7ea062769315c6db2ad92 /resources/jquery.ui/jquery.ui.progressbar.js | |
parent | 9b8c83adb4503a5dcff162df571d6da4a4afacc1 (diff) | |
download | mediawikicore-04b0f02225fcb51cfa9cf099402b3e7dde15fca5.tar.gz mediawikicore-04b0f02225fcb51cfa9cf099402b3e7dde15fca5.zip |
Update jQuery.ui from 1.8.16 to 1.8.17
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/105575
Diffstat (limited to 'resources/jquery.ui/jquery.ui.progressbar.js')
-rw-r--r-- | resources/jquery.ui/jquery.ui.progressbar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/jquery.ui/jquery.ui.progressbar.js b/resources/jquery.ui/jquery.ui.progressbar.js index 5b199b2a3e88..27bae872ec12 100644 --- a/resources/jquery.ui/jquery.ui.progressbar.js +++ b/resources/jquery.ui/jquery.ui.progressbar.js @@ -1,5 +1,5 @@ /* - * jQuery UI Progressbar 1.8.16 + * jQuery UI Progressbar 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -103,7 +103,7 @@ $.widget( "ui.progressbar", { }); $.extend( $.ui.progressbar, { - version: "1.8.16" + version: "1.8.17" }); })( jQuery ); |