app/assets/javascripts/twitter/bootstrap/modal.js in bootstrap-sass-rails-3.0.1.0 vs app/assets/javascripts/twitter/bootstrap/modal.js in bootstrap-sass-rails-3.0.2.0
- old
+ new
@@ -1,7 +1,7 @@
/* ========================================================================
- * Bootstrap: modal.js v3.0.0
+ * Bootstrap: modal.js v3.0.2
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* Copyright 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -241,6 +241,6 @@
$(document)
.on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
.on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
-}(window.jQuery);
+}(jQuery);