aboutsummaryrefslogtreecommitdiff
path: root/js/popover.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-19 18:46:15 -0800
committerChris Rebert <[email protected]>2014-12-29 12:34:09 -0800
commit05d1877985de2dcd0538f08d7924518eba3dfc22 (patch)
treee1b5ebf4ee6fcb24f934bf30bfbd0caf41f871a6 /js/popover.js
parent654d0dffc9c5d0a1adc903d219fc09d8d6edda05 (diff)
downloadbootstrap-05d1877985de2dcd0538f08d7924518eba3dfc22.tar.xz
bootstrap-05d1877985de2dcd0538f08d7924518eba3dfc22.zip
update JS to use .{tooltip,popover}-{left,right,top,bottom}
Diffstat (limited to 'js/popover.js')
-rw-r--r--js/popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/popover.js b/js/popover.js
index 8aed51d2b..085584fe8 100644
--- a/js/popover.js
+++ b/js/popover.js
@@ -50,7 +50,7 @@
this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text'
](content)
- $tip.removeClass('fade top bottom left right in')
+ $tip.removeClass('fade popover-top popover-bottom popover-left popover-right in')
// IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
// this manually by checking the contents.