mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
rebuild + fix #2539
This commit is contained in:
Vendored
+2
@@ -1454,6 +1454,8 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
|
||||
this.init('popover', element, options)
|
||||
}
|
||||
|
||||
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
|
||||
|
||||
Popover.DEFAULTS = $.extend({} , $.fn.tooltip.Constructor.DEFAULTS, {
|
||||
placement: 'right'
|
||||
, trigger: 'click'
|
||||
|
||||
Reference in New Issue
Block a user