(element, options)
| 1777 | // =============================== |
| 1778 | |
| 1779 | var Popover = function (element, options) { |
| 1780 | this.init('popover', element, options) |
| 1781 | } |
| 1782 | |
| 1783 | if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') |
| 1784 |
nothing calls this directly
no outgoing calls
no test coverage detected