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/button.js | |
| parent | 812585627239f4dd77c8cd97309138945c85ae91 (diff) | |
| download | bootstrap-037b5df737c9100d77aaef2facfc1a1290435752.tar.xz bootstrap-037b5df737c9100d77aaef2facfc1a1290435752.zip | |
Revert dist changes from #32747 (#33050)
Diffstat (limited to 'js/dist/button.js')
| -rw-r--r-- | js/dist/button.js | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/js/dist/button.js b/js/dist/button.js index 4139b4bd3..7e6b55a60 100644 --- a/js/dist/button.js +++ b/js/dist/button.js @@ -34,7 +34,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); } /** @@ -134,8 +144,8 @@ _createClass(Button, null, [{ key: "DATA_KEY", - // Getters - get: function get() { + get: // Getters + function get() { return DATA_KEY; } }]); |
