1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 06:20:15 +02:00

Disable ESlint on no-return-assign and temporary for arrow-body-style

This commit is contained in:
Johann-S
2017-08-23 16:28:01 +02:00
committed by XhmikosR
parent 2970d14dd9
commit 4aef395e49
3 changed files with 9 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ class Alert {
const customEvent = this._triggerCloseEvent(rootElement)
if (customEvent.defaultPrevented) {
if (customEvent === null || customEvent.defaultPrevented) {
return
}