]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add some space
authornlipka <lipkanov@storms-media.de>
Thu, 18 Feb 2021 10:37:20 +0000 (11:37 +0100)
committerMark Otto <otto@github.com>
Thu, 18 Feb 2021 16:19:15 +0000 (08:19 -0800)
js/src/alert.js

index 3a018a6386b9ea76dd916e5174ef8d828e0a7faf..8fc3f12a8d04ae65733fbaf871775454f6d21eab 100644 (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()))
 
 /**