vendor/assets/javascripts/twbs/bootstrap/alert.js in twbs_less_rails-2.18.0 vs vendor/assets/javascripts/twbs/bootstrap/alert.js in twbs_less_rails-2.19.0
- old
+ new
@@ -1,7 +1,7 @@
/* ========================================================================
- * Bootstrap: alert.js v3.3.2
+ * Bootstrap: alert.js v3.3.4
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
@@ -16,10 +16,10 @@
var dismiss = '[data-dismiss="alert"]'
var Alert = function (el) {
$(el).on('click', dismiss, this.close)
}
- Alert.VERSION = '3.3.2'
+ Alert.VERSION = '3.3.4'
Alert.TRANSITION_DURATION = 150
Alert.prototype.close = function (e) {
var $this = $(this)