MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Tab

Function Tab

static/bootstrap/js/bootstrap.js:2075–2079  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2073 // ====================
2074
2075 var Tab = function (element) {
2076 // jscs:disable requireDollarBeforejQueryAssignment
2077 this.element = $(element)
2078 // jscs:enable requireDollarBeforejQueryAssignment
2079 }
2080
2081 Tab.VERSION = '3.3.7'
2082

Callers

nothing calls this directly

Calls 1

$Function · 0.50

Tested by

no test coverage detected