aboutsummaryrefslogtreecommitdiff
path: root/js/alert.js
diff options
context:
space:
mode:
authorfat <[email protected]>2014-05-12 21:15:16 -0700
committerfat <[email protected]>2014-05-12 21:15:16 -0700
commitf219fee07b14ea1d37e197b1d80f5c7a8e3bc186 (patch)
treeb7d3765152e9a4a79ed2bcb8b62db047cc129b9f /js/alert.js
parentc312d735d94300b09ad82d520c03a604634282c7 (diff)
downloadbootstrap-f219fee07b14ea1d37e197b1d80f5c7a8e3bc186.tar.xz
bootstrap-f219fee07b14ea1d37e197b1d80f5c7a8e3bc186.zip
versions
Diffstat (limited to 'js/alert.js')
-rw-r--r--js/alert.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/alert.js b/js/alert.js
index ee2bd02e1..905aacc15 100644
--- a/js/alert.js
+++ b/js/alert.js
@@ -18,6 +18,8 @@
$(el).on('click', dismiss, this.close)
}
+ Alert.VERSION = '3.1.1'
+
Alert.prototype.close = function (e) {
var $this = $(this)
var selector = $this.attr('data-target')