diff options
| author | Rohit Sharma <[email protected]> | 2020-11-29 23:18:00 +0530 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-29 20:58:26 +0200 |
| commit | 04674f88b0a2f7ad21bbe36a8d18b08357c8eafa (patch) | |
| tree | f5893b4cff1c591df853c21636029cf06fafe305 /js/src/carousel.js | |
| parent | 4999c3dbbc87e125c4b2bde405e4ecdccc5d0b18 (diff) | |
| download | bootstrap-04674f88b0a2f7ad21bbe36a8d18b08357c8eafa.tar.xz bootstrap-04674f88b0a2f7ad21bbe36a8d18b08357c8eafa.zip | |
Remove setData from construtors (#32264)
Diffstat (limited to 'js/src/carousel.js')
| -rw-r--r-- | js/src/carousel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/carousel.js b/js/src/carousel.js index 7d2b4dc50..6443ef094 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -123,7 +123,6 @@ class Carousel extends BaseComponent { this._pointerEvent = Boolean(window.PointerEvent) this._addEventListeners() - Data.setData(element, DATA_KEY, this) } // Getters |
