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

Function Modal

static/js/bootstrap.js:1936–1946  ·  view source on GitHub ↗
(element, config)

Source from the content-addressed store, hash-verified

1934 /*#__PURE__*/
1935 function () {
1936 function Modal(element, config) {
1937 this._config = this._getConfig(config);
1938 this._element = element;
1939 this._dialog = $$$1(element).find(Selector.DIALOG)[0];
1940 this._backdrop = null;
1941 this._isShown = false;
1942 this._isBodyOverflowing = false;
1943 this._ignoreBackdropClick = false;
1944 this._originalBodyPadding = 0;
1945 this._scrollbarWidth = 0;
1946 } // Getters
1947
1948
1949 var _proto = Modal.prototype;

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected