diff options
| author | XhmikosR <[email protected]> | 2023-04-03 10:26:50 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-03 10:26:50 +0300 |
| commit | ac576614a5515e429f27e756fad81d5aa05e95a6 (patch) | |
| tree | 39688ea1d9fefa96e4a3269502d15229bfdcd7e6 /js/dist/offcanvas.js | |
| parent | c0107d142e83c0686a61afb65ab583dbd4d9ceb8 (diff) | |
| download | bootstrap-ac576614a5515e429f27e756fad81d5aa05e95a6.tar.xz bootstrap-ac576614a5515e429f27e756fad81d5aa05e95a6.zip | |
Release v5.3.0-alpha3 (#38357)
* Bump version to 5.3.0-alpha3
* Dist
Diffstat (limited to 'js/dist/offcanvas.js')
| -rw-r--r-- | js/dist/offcanvas.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/dist/offcanvas.js b/js/dist/offcanvas.js index 79fb5a51e..6d75d2593 100644 --- a/js/dist/offcanvas.js +++ b/js/dist/offcanvas.js @@ -1,13 +1,13 @@ /*! - * Bootstrap offcanvas.js v5.3.0-alpha2 (https://getbootstrap.com/) + * Bootstrap offcanvas.js v5.3.0-alpha3 (https://getbootstrap.com/) * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./util/index.js'), require('./util/scrollbar.js'), require('./dom/event-handler.js'), require('./base-component.js'), require('./dom/selector-engine.js'), require('./util/backdrop.js'), require('./util/focustrap.js'), require('./util/component-functions.js')) : - typeof define === 'function' && define.amd ? define(['./util/index', './util/scrollbar', './dom/event-handler', './base-component', './dom/selector-engine', './util/backdrop', './util/focustrap', './util/component-functions'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Offcanvas = factory(global.Index, global.Scrollbar, global.EventHandler, global.BaseComponent, global.SelectorEngine, global.Backdrop, global.Focustrap, global.ComponentFunctions)); -})(this, (function (index_js, ScrollBarHelper, EventHandler, BaseComponent, SelectorEngine, Backdrop, FocusTrap, componentFunctions_js) { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./dom/selector-engine.js'), require('./util/backdrop.js'), require('./util/component-functions.js'), require('./util/focustrap.js'), require('./util/index.js'), require('./util/scrollbar.js')) : + typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './dom/selector-engine', './util/backdrop', './util/component-functions', './util/focustrap', './util/index', './util/scrollbar'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Offcanvas = factory(global.BaseComponent, global.EventHandler, global.SelectorEngine, global.Backdrop, global.ComponentFunctions, global.Focustrap, global.Index, global.Scrollbar)); +})(this, (function (BaseComponent, EventHandler, SelectorEngine, Backdrop, componentFunctions_js, FocusTrap, index_js, ScrollBarHelper) { 'use strict'; /** * -------------------------------------------------------------------------- |
