mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 07:06:36 +02:00
grunt
This commit is contained in:
4
js/dist/popover.js
vendored
4
js/dist/popover.js
vendored
@@ -42,7 +42,7 @@ var Popover = function ($) {
|
||||
|
||||
var ClassName = {
|
||||
FADE: 'fade',
|
||||
IN: 'in'
|
||||
ACTIVE: 'active'
|
||||
};
|
||||
|
||||
var Selector = {
|
||||
@@ -95,7 +95,7 @@ var Popover = function ($) {
|
||||
this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
|
||||
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
|
||||
|
||||
$tip.removeClass(ClassName.FADE).removeClass(ClassName.IN);
|
||||
$tip.removeClass(ClassName.FADE).removeClass(ClassName.ACTIVE);
|
||||
|
||||
this.cleanupTether();
|
||||
};
|
||||
|
Reference in New Issue
Block a user