| @@ 6-10 (lines=5) @@ | ||
| 3 | * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) |
|
| 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) |
|
| 5 | */ |
|
| 6 | (function (global, factory) { |
|
| 7 | typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery')) : |
|
| 8 | typeof define === 'function' && define.amd ? define(['jquery'], factory) : |
|
| 9 | (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Util = factory(global.jQuery)); |
|
| 10 | }(this, (function ($) { 'use strict'; |
|
| 11 | ||
| 12 | function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } |
|
| 13 | ||
| @@ 6-10 (lines=5) @@ | ||
| 3 | * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) |
|
| 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) |
|
| 5 | */ |
|
| 6 | (function (global, factory) { |
|
| 7 | typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery'), require('./util.js')) : |
|
| 8 | typeof define === 'function' && define.amd ? define(['jquery', './util.js'], factory) : |
|
| 9 | (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Tab = factory(global.jQuery, global.Util)); |
|
| 10 | }(this, (function ($, Util) { 'use strict'; |
|
| 11 | ||
| 12 | function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } |
|
| 13 | ||