mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 11:00:56 +02:00
Unbreak short lines
This commit is contained in:
@@ -172,11 +172,7 @@ class Toast {
|
||||
...typeof config === 'object' && config ? config : {}
|
||||
}
|
||||
|
||||
typeCheckConfig(
|
||||
NAME,
|
||||
config,
|
||||
this.constructor.DefaultType
|
||||
)
|
||||
typeCheckConfig(NAME, config, this.constructor.DefaultType)
|
||||
|
||||
return config
|
||||
}
|
||||
|
Reference in New Issue
Block a user