MCPcopy Index your code
hub / github.com/TruthHun/BookStack / complete

Function complete

static/bootstrap/js/bootstrap.js:616–623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

614 this.transitioning = 1
615
616 var complete = function () {
617 this.$element
618 .removeClass('collapsing')
619 .addClass('collapse in')[dimension]('')
620 this.transitioning = 0
621 this.$element
622 .trigger('shown.bs.collapse')
623 }
624
625 if (!$.support.transition) return complete.call(this)
626

Callers 3

jquery-2.2.1.jsFile · 0.85
jquery.jsFile · 0.85
bootstrap.jsFile · 0.85

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected