aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tooltip.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-07-22 18:28:39 -0700
committerJacob Thornton <[email protected]>2012-07-22 18:28:39 -0700
commitdcf75697ecd243517b23d8ef440f772d91f699c0 (patch)
treef0bd9a5a2bd9c0e8a2dd09ceb4606009c5051181 /js/bootstrap-tooltip.js
parentfa1e1e34dfd9e8501ffdbb92a282ff5550685f3c (diff)
downloadbootstrap-dcf75697ecd243517b23d8ef440f772d91f699c0.tar.xz
bootstrap-dcf75697ecd243517b23d8ef440f772d91f699c0.zip
some progress on affix plugin
Diffstat (limited to 'js/bootstrap-tooltip.js')
-rw-r--r--js/bootstrap-tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js
index f9447410e..1e681627a 100644
--- a/js/bootstrap-tooltip.js
+++ b/js/bootstrap-tooltip.js
@@ -176,7 +176,7 @@
$.support.transition && this.$tip.hasClass('fade') ?
removeWithAnimation() :
$tip.remove()
-
+
return this
}