app/assets/javascripts/jquery.ui.tabs.js in jquery-ui-rails-4.0.2 vs app/assets/javascripts/jquery.ui.tabs.js in jquery-ui-rails-4.0.3
- old
+ new
@@ -1,10 +1,10 @@
//= require jquery.ui.core
//= require jquery.ui.widget
/*!
- * jQuery UI Tabs 1.10.0
+ * jQuery UI Tabs 1.10.3
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
@@ -29,10 +29,10 @@
decodeURIComponent( anchor.href.replace( rhash, "" ) ) ===
decodeURIComponent( location.href.replace( rhash, "" ) );
}
$.widget( "ui.tabs", {
- version: "1.10.0",
+ version: "1.10.3",
delay: 300,
options: {
active: null,
collapsible: false,
event: "click",