MCPcopy Index your code
hub / github.com/idank/explainshell / Alert

Function Alert

explainshell/web/static/js/bootstrap.js:89–91  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

87
88 var dismiss = '[data-dismiss="alert"]'
89 , Alert = function (el) {
90 $(el).on('click', dismiss, this.close)
91 }
92
93 Alert.prototype.close = function (e) {
94 var $this = $(this)

Callers

nothing calls this directly

Calls 1

$Function · 0.70

Tested by

no test coverage detected