diff options
| author | Mark Otto <[email protected]> | 2013-12-06 19:33:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-06 19:33:53 -0800 |
| commit | b441632db143e5deb729b5d7109ad73b5e4e73d6 (patch) | |
| tree | 365f373ec274f446c7f11a6442ed6995adb98e93 /js/tooltip.js | |
| parent | 4be126e0142556805b59cb5a62d33c4a3fd2b8d4 (diff) | |
| parent | c1dae1e13c0dd5c53aa39b6aa6af8e07e4d3037f (diff) | |
| download | bootstrap-b441632db143e5deb729b5d7109ad73b5e4e73d6.tar.xz bootstrap-b441632db143e5deb729b5d7109ad73b5e4e73d6.zip | |
Merge pull request #11761 from twbs/jscs
add JavaScript Code Style checker integration
Diffstat (limited to 'js/tooltip.js')
| -rw-r--r-- | js/tooltip.js | 2 |
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) |
