mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fix tooltip defaults
This commit is contained in:
+1
-1
@@ -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