summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/js/alert.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/js/alert.js')
-rw-r--r--[-rwxr-xr-x]bower_components/bootstrap/js/alert.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower_components/bootstrap/js/alert.js b/bower_components/bootstrap/js/alert.js
index 73372e4f..031d72aa 100755..100644
--- a/bower_components/bootstrap/js/alert.js
+++ b/bower_components/bootstrap/js/alert.js
@@ -1,5 +1,5 @@
/* ========================================================================
- * Bootstrap: alert.js v3.0.0
+ * Bootstrap: alert.js v3.0.2
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2013 Twitter, Inc.
@@ -95,4 +95,4 @@
$(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
-}(window.jQuery);
+}(jQuery);