2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add dispose in base component

This commit is contained in:
Johann-S
2020-11-20 11:13:11 +01:00
committed by XhmikosR
parent 51a208f119
commit 9eb9d02084
11 changed files with 13 additions and 32 deletions
+1 -2
View File
@@ -146,10 +146,9 @@ class ScrollSpy extends BaseComponent {
}
dispose() {
Data.removeData(this._element, DATA_KEY)
super.dispose()
EventHandler.off(this._scrollElement, EVENT_KEY)
this._element = null
this._scrollElement = null
this._config = null
this._selector = null