mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
fix tooltip defaults
This commit is contained in:
2
docs/assets/js/bootstrap.js
vendored
2
docs/assets/js/bootstrap.js
vendored
@@ -1083,7 +1083,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