Sha256: 10843c548029454bfe6f9f3f119d7242866193d5e262dcfe0951fc789c0fccc6
Contents?: true
Size: 242 Bytes
Versions: 9
Compression:
Stored size: 242 Bytes
Contents
// Set a `globalThis` so that bootstrap components are defined on window.bootstrap instead of window. window['bootstrap'] = { Popper: window.Popper, _originalGlobalThis: window['globalThis'] }; window['globalThis'] = window['bootstrap'];
Version data entries
9 entries across 9 versions & 1 rubygems