Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ Popover
Function
Popover
python/cinbase/config/js/bootstrap.js:1793–1795 ·
view source on GitHub ↗
(element, options)
Source
from the content-addressed store, hash-verified
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
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected