aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-08 02:00:37 -0800
committerMark Otto <[email protected]>2013-12-08 02:00:37 -0800
commitc37b710e85e379ddffb305af8a765013c0cd0333 (patch)
tree8c23e05b150a14a39c2be90b39d03343b8c994f7 /js/tooltip.js
parentb5008ebf9ca1c9c90a6ec73ae12e55a8f155017f (diff)
parente43e87b2f30a9f4967818f1ce8d25a4f88a1f490 (diff)
downloadbootstrap-c37b710e85e379ddffb305af8a765013c0cd0333.tar.xz
bootstrap-c37b710e85e379ddffb305af8a765013c0cd0333.zip
Merge branch 'master' into pr/11744
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 8debad96b..d3bf41fb2 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -133,7 +133,7 @@
}
Tooltip.prototype.show = function () {
- var e = $.Event('show.bs.'+ this.type)
+ var e = $.Event('show.bs.' + this.type)
if (this.hasContent() && this.enabled) {
this.$element.trigger(e)