diff options
Diffstat (limited to 'docs/assets/js/bootstrap.js')
| -rw-r--r-- | docs/assets/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 9bfee0806..4d7eae267 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -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) { |
