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:
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user