mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Rewritten modal without jquery (#23955)
* Trigger jquery events if available in event handler * Rewritten modal without jquery
This commit is contained in:
committed by
XhmikosR
parent
9f9712b98c
commit
33211eefdf
+1
-1
@@ -212,7 +212,7 @@ class Carousel {
|
||||
}
|
||||
|
||||
dispose() {
|
||||
EventHandler.off(this._element, DATA_KEY)
|
||||
EventHandler.off(this._element, EVENT_KEY)
|
||||
Data.removeData(this._element, DATA_KEY)
|
||||
|
||||
this._items = null
|
||||
|
||||
Reference in New Issue
Block a user