diff options
| author | Mark Otto <[email protected]> | 2021-02-11 07:22:18 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-11 17:22:18 +0200 |
| commit | 037b5df737c9100d77aaef2facfc1a1290435752 (patch) | |
| tree | ecc4c0736855fd445b70559a9a1c5b695b6fdcc7 /js/dist/tooltip.js | |
| parent | 812585627239f4dd77c8cd97309138945c85ae91 (diff) | |
| download | bootstrap-037b5df737c9100d77aaef2facfc1a1290435752.tar.xz bootstrap-037b5df737c9100d77aaef2facfc1a1290435752.zip | |
Revert dist changes from #32747 (#33050)
Diffstat (limited to 'js/dist/tooltip.js')
| -rw-r--r-- | js/dist/tooltip.js | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js index b030b3cac..19f7784fa 100644 --- a/js/dist/tooltip.js +++ b/js/dist/tooltip.js @@ -75,7 +75,17 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; - subClass.__proto__ = superClass; + + _setPrototypeOf(subClass, superClass); + } + + function _setPrototypeOf(o, p) { + _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { + o.__proto__ = p; + return o; + }; + + return _setPrototypeOf(o, p); } /** |
