app/assets/javascripts/twitter/bootstrap/tab.js in bootstrap-sass-rails-3.0.1.0 vs app/assets/javascripts/twitter/bootstrap/tab.js in bootstrap-sass-rails-3.0.2.0

- old
+ new

@@ -1,7 +1,7 @@ /* ======================================================================== - * Bootstrap: tab.js v3.0.0 + * Bootstrap: tab.js v3.0.2 * http://getbootstrap.com/javascript/#tabs * ======================================================================== * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -130,6 +130,6 @@ $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) { e.preventDefault() $(this).tab('show') }) -}(window.jQuery); +}(jQuery);