mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 21:39:08 +02:00
Merge pull request #6783 from joprice/popoverOptionsOverride
reordered access of options in tooltip and popover
This commit is contained in:
2
js/bootstrap-tooltip.js
vendored
2
js/bootstrap-tooltip.js
vendored
@@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
, getOptions: function (options) {
|
||||
options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
|
||||
options = $.extend({}, $.fn[this.type].defaults, this.$element.data(), options)
|
||||
|
||||
if (options.delay && typeof options.delay == 'number') {
|
||||
options.delay = {
|
||||
|
Reference in New Issue
Block a user