MCPcopy Create free account
hub / github.com/cnodejs/nodeclub / Tooltip

Function Tooltip

public/libs/bootstrap/js/bootstrap.js:1075–1077  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

1073 * =============================== */
1074
1075 var Tooltip = function (element, options) {
1076 this.init('tooltip', element, options)
1077 }
1078
1079 Tooltip.prototype = {
1080

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected