mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 05:49:07 +02:00
Remove setData from construtors (#32264)
This commit is contained in:
@@ -144,7 +144,6 @@ class Tooltip extends BaseComponent {
|
||||
this.tip = null
|
||||
|
||||
this._setListeners()
|
||||
Data.setData(element, this.constructor.DATA_KEY, this)
|
||||
}
|
||||
|
||||
// Getters
|
||||
|
Reference in New Issue
Block a user