MCPcopy Create free account
hub / github.com/kenberkeley/react-demo / Popover

Function Popover

static/bootstrap/js/bootstrap.js:1779–1781  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected