aboutsummaryrefslogtreecommitdiff
path: root/js/dropdown.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-20 23:27:40 -0700
committerMark Otto <[email protected]>2014-05-20 23:27:40 -0700
commit707b362b801d7a430c1911493a65085e81b4ee8d (patch)
treeb659b23c3884e9100c1e800161e96110a0853294 /js/dropdown.js
parentbdd822a94cdf2d452e067569e76ca1537dc74d8d (diff)
parent3dd1531d81c90d6d1cf04962032f868d315ab21c (diff)
downloadbootstrap-707b362b801d7a430c1911493a65085e81b4ee8d.tar.xz
bootstrap-707b362b801d7a430c1911493a65085e81b4ee8d.zip
Merge branch 'master' into docs-theme-toggler
Conflicts: docs/assets/css/docs.min.css
Diffstat (limited to 'js/dropdown.js')
-rw-r--r--js/dropdown.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/dropdown.js b/js/dropdown.js
index 1c24858dd..bc671fef0 100644
--- a/js/dropdown.js
+++ b/js/dropdown.js
@@ -19,6 +19,8 @@
$(element).on('click.bs.dropdown', this.toggle)
}
+ Dropdown.VERSION = '3.1.1'
+
Dropdown.prototype.toggle = function (e) {
var $this = $(this)