1
0
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:
fat
2013-05-16 18:45:53 -07:00
parent e74110bf4a
commit 5ab72f7687
4 changed files with 4 additions and 4 deletions

View File

@@ -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) {