MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / complete

Function complete

OpenReservation/wwwroot/Scripts/bootstrap.js:592–599  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590 this.transitioning = 1
591
592 var complete = function () {
593 this.$element
594 .removeClass('collapsing')
595 .addClass('collapse in')[dimension]('')
596 this.transitioning = 0
597 this.$element
598 .trigger('shown.bs.collapse')
599 }
600
601 if (!$.support.transition) return complete.call(this)
602

Callers 2

jquery-1.10.2.jsFile · 0.70
bootstrap.jsFile · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected