2
0
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:
fat
2013-05-16 18:45:53 -07:00
parent e74110bf4a
commit 5ab72f7687
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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) {
+1 -1
View File
File diff suppressed because one or more lines are too long