2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

update JS to use .{tooltip,popover}-{left,right,top,bottom}

This commit is contained in:
Chris Rebert
2014-12-19 18:46:15 -08:00
parent 654d0dffc9
commit 05d1877985
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -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.