MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / dispose

Method dispose

aspnet-samples/AspNetForm/Scripts/bootstrap.js:4383–4389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4381 this._queueCallback(complete, this._element, this._config.animation);
4382 }
4383 dispose() {
4384 this._clearTimeout();
4385 if (this.isShown()) {
4386 this._element.classList.remove(CLASS_NAME_SHOW);
4387 }
4388 super.dispose();
4389 }
4390 isShown() {
4391 return this._element.classList.contains(CLASS_NAME_SHOW);
4392 }

Callers

nothing calls this directly

Calls 3

_clearTimeoutMethod · 0.95
isShownMethod · 0.95
disposeMethod · 0.45

Tested by

no test coverage detected