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/tooltip.js | |
| parent | 4999c3dbbc87e125c4b2bde405e4ecdccc5d0b18 (diff) | |
| download | bootstrap-04674f88b0a2f7ad21bbe36a8d18b08357c8eafa.tar.xz bootstrap-04674f88b0a2f7ad21bbe36a8d18b08357c8eafa.zip | |
Remove setData from construtors (#32264)
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index fae606322..797afb134 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -144,7 +144,6 @@ class Tooltip extends BaseComponent { this.tip = null this._setListeners() - Data.setData(element, this.constructor.DATA_KEY, this) } // Getters |
