aboutsummaryrefslogtreecommitdiff
path: root/js/dropdown.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-12 09:03:16 -0800
committerMark Otto <[email protected]>2014-11-12 09:03:16 -0800
commit9a7e365c2c4360335d25246dac11afb1f577210a (patch)
tree8ba68d3af68fe69b28a38dd598449a10aafcc630 /js/dropdown.js
parent143c4a2f8fc91513dc656e7bf3f234d21a45f849 (diff)
downloadbootstrap-3.3.1.tar.xz
bootstrap-3.3.1.zip
bump version to v3.3.1v3.3.1
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 64ec34d5d..69a40f681 100644
--- a/js/dropdown.js
+++ b/js/dropdown.js
@@ -1,5 +1,5 @@
/* ========================================================================
- * Bootstrap: dropdown.js v3.3.0
+ * Bootstrap: dropdown.js v3.3.1
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
@@ -19,7 +19,7 @@
$(element).on('click.bs.dropdown', this.toggle)
}
- Dropdown.VERSION = '3.3.0'
+ Dropdown.VERSION = '3.3.1'
Dropdown.prototype.toggle = function (e) {
var $this = $(this)