vendor/assets/javascripts/jquery.ui.progressbar.js in jquery-ui-rails-0.2.2 vs vendor/assets/javascripts/jquery.ui.progressbar.js in jquery-ui-rails-0.3.0

- old
+ new

@@ -1,12 +1,12 @@ //= require jquery.ui.core //= require jquery.ui.widget /*! - * jQuery UI Progressbar 1.8.18 + * jQuery UI Progressbar 1.8.19pre * - * 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 * * http://docs.jquery.com/UI/Progressbar * @@ -104,9 +104,9 @@ this.element.attr( "aria-valuenow", value ); } }); $.extend( $.ui.progressbar, { - version: "1.8.18" + version: "1.8.19pre" }); })( jQuery );