mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
fix tooltip defaults
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
}
|
||||
|
||||
Tooltip.prototype.enter = function (e) {
|
||||
var defaults = $.fn[this.type].defaults
|
||||
var defaults = this.getDefaults()
|
||||
var options = {}
|
||||
|
||||
this._options && $.each(this._options, function (key, value) {
|
||||
|
Reference in New Issue
Block a user