MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / complete

Function complete

static/js/bootstrap.js:1181–1188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1179 this.setTransitioning(true);
1180
1181 var complete = function complete() {
1182 $$$1(_this._element).removeClass(ClassName.COLLAPSING).addClass(ClassName.COLLAPSE).addClass(ClassName.SHOW);
1183 _this._element.style[dimension] = '';
1184
1185 _this.setTransitioning(false);
1186
1187 $$$1(_this._element).trigger(Event.SHOWN);
1188 };
1189
1190 if (!Util.supportsTransitionEnd()) {
1191 complete();

Callers 2

bootstrap.jsFile · 0.85
callbackFunction · 0.85

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected