(element, options)
| 1791 | // =============================== |
| 1792 | |
| 1793 | var Popover = function (element, options) { |
| 1794 | this.init('popover', element, options) |
| 1795 | } |
| 1796 | |
| 1797 | if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') |
| 1798 |
nothing calls this directly
no outgoing calls
no test coverage detected