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

- old
+ new

@@ -1,7 +1,7 @@ /* ======================================================================== - * Bootstrap: alert.js v3.0.0 + * Bootstrap: alert.js v3.0.2 * http://getbootstrap.com/javascript/#alerts * ======================================================================== * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -93,6 +93,6 @@ // ALERT DATA-API // ============== $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) -}(window.jQuery); +}(jQuery);