1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

add some space

This commit is contained in:
nlipka
2021-02-18 11:37:20 +01:00
committed by Mark Otto
parent 5c32767e0e
commit 536c53c16c

View File

@@ -126,6 +126,7 @@ class Alert extends BaseComponent {
* Data Api implementation
* ------------------------------------------------------------------------
*/
EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DISMISS, Alert.handleDismiss(new Alert()))
/**