aboutsummaryrefslogtreecommitdiff
path: root/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-04 21:13:33 -0800
committerMark Otto <[email protected]>2013-12-04 21:13:33 -0800
commita45d83987466e61fd613ac9e7f98fafa8697d16f (patch)
tree566865afa38367961f505f389ec2e9a3b601946c /dist/js/bootstrap.js
parent66f9c7d6d5de97965a119f6d5f4ad1704e8f789d (diff)
downloadbootstrap-a45d83987466e61fd613ac9e7f98fafa8697d16f.tar.xz
bootstrap-a45d83987466e61fd613ac9e7f98fafa8697d16f.zip
Fixes #11712: Better support for .table-responsive within .panel's
Diffstat (limited to 'dist/js/bootstrap.js')
-rw-r--r--dist/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index b7fef5f63..850e6e53b 100644
--- a/dist/js/bootstrap.js
+++ b/dist/js/bootstrap.js
@@ -704,7 +704,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
var backdrop = '.dropdown-backdrop'
var toggle = '[data-toggle=dropdown]'
var Dropdown = function (element) {
- var $el = $(element).on('click.bs.dropdown', this.toggle)
+ $(element).on('click.bs.dropdown', this.toggle)
}
Dropdown.prototype.toggle = function (e) {