diff options
Diffstat (limited to 'vendor/twbs/bootstrap/js/dist/util/template-factory.js')
-rw-r--r-- | vendor/twbs/bootstrap/js/dist/util/template-factory.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/twbs/bootstrap/js/dist/util/template-factory.js b/vendor/twbs/bootstrap/js/dist/util/template-factory.js index 75f225467..6f01e6003 100644 --- a/vendor/twbs/bootstrap/js/dist/util/template-factory.js +++ b/vendor/twbs/bootstrap/js/dist/util/template-factory.js @@ -1,6 +1,6 @@ /*! - * Bootstrap template-factory.js v5.3.3 (https://getbootstrap.com/) - * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Bootstrap template-factory.js v5.3.5 (https://getbootstrap.com/) + * Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ (function (global, factory) { @@ -133,7 +133,7 @@ return this._config.sanitize ? sanitizer_js.sanitizeHtml(arg, this._config.allowList, this._config.sanitizeFn) : arg; } _resolvePossibleFunction(arg) { - return index_js.execute(arg, [this]); + return index_js.execute(arg, [undefined, this]); } _putElementInTemplate(element, templateElement) { if (this._config.html) { |