aboutsummaryrefslogtreecommitdiff
path: root/js/dropdown.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-26 09:13:24 -0700
committerMark Otto <[email protected]>2014-06-26 09:13:24 -0700
commitff6b279b3cd37e7e4e6bd93535afd016f6957afc (patch)
tree151865f44db5b3f52a0a98e98598af5a73658ea9 /js/dropdown.js
parent1de2f68bdcecd9a1e19548fe9152ead1b5e1bad4 (diff)
downloadbootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.tar.xz
bootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.zip
bump to v3.2.0
Diffstat (limited to 'js/dropdown.js')
-rw-r--r--js/dropdown.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dropdown.js b/js/dropdown.js
index fe769db91..88f118c2d 100644
--- a/js/dropdown.js
+++ b/js/dropdown.js
@@ -1,5 +1,5 @@
/* ========================================================================
- * Bootstrap: dropdown.js v3.1.1
+ * Bootstrap: dropdown.js v3.2.0
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
@@ -19,7 +19,7 @@
$(element).on('click.bs.dropdown', this.toggle)
}
- Dropdown.VERSION = '3.1.1'
+ Dropdown.VERSION = '3.2.0'
Dropdown.prototype.toggle = function (e) {
var $this = $(this)