MCPcopy
hub / github.com/layerJS/layerJS / complete

Function complete

test/e2e/bootstrap/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 1

bootstrap.jsFile · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected